summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Source/core/xml/XPathNSResolver.idl
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/core/xml/XPathNSResolver.idl')
-rw-r--r--chromium/third_party/WebKit/Source/core/xml/XPathNSResolver.idl1
1 files changed, 1 insertions, 0 deletions
diff --git a/chromium/third_party/WebKit/Source/core/xml/XPathNSResolver.idl b/chromium/third_party/WebKit/Source/core/xml/XPathNSResolver.idl
index 32107922bd5..fd16fcc96a4 100644
--- a/chromium/third_party/WebKit/Source/core/xml/XPathNSResolver.idl
+++ b/chromium/third_party/WebKit/Source/core/xml/XPathNSResolver.idl
@@ -19,6 +19,7 @@
*/
[
+ WillBeGarbageCollected,
NoInterfaceObject
] interface XPathNSResolver {
[TreatReturnedNullStringAs=Null] DOMString lookupNamespaceURI([Default=Undefined] optional DOMString prefix);