Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1647)

Unified Diff: Source/core/xml/XPathEvaluator.h

Issue 983123003: Add [TypeChecking=Interface] to XPath interfaces (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: revert test change; no longer needed Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/xml/DocumentXPathEvaluator.idl ('k') | Source/core/xml/XPathEvaluator.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/xml/XPathEvaluator.h
diff --git a/Source/core/xml/XPathEvaluator.h b/Source/core/xml/XPathEvaluator.h
index 7d4bab1bf19e4034e1169235fa7b9ecbbdefcb1e..c00f10057957c2a708ac6c3e020b6078685fcff0 100644
--- a/Source/core/xml/XPathEvaluator.h
+++ b/Source/core/xml/XPathEvaluator.h
@@ -37,6 +37,7 @@ namespace blink {
class ExceptionState;
class Node;
+class ScriptValue;
class XPathExpression;
class XPathNSResolver;
class XPathResult;
@@ -52,7 +53,7 @@ public:
PassRefPtrWillBeRawPtr<XPathExpression> createExpression(const String& expression, PassRefPtrWillBeRawPtr<XPathNSResolver>, ExceptionState&);
PassRefPtrWillBeRawPtr<XPathNSResolver> createNSResolver(Node* nodeResolver);
PassRefPtrWillBeRawPtr<XPathResult> evaluate(const String& expression, Node* contextNode,
- PassRefPtrWillBeRawPtr<XPathNSResolver>, unsigned short type, XPathResult*, ExceptionState&);
+ PassRefPtrWillBeRawPtr<XPathNSResolver>, unsigned short type, const ScriptValue&, ExceptionState&);
DEFINE_INLINE_TRACE() { }
« no previous file with comments | « Source/core/xml/DocumentXPathEvaluator.idl ('k') | Source/core/xml/XPathEvaluator.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698