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

Unified Diff: third_party/WebKit/Source/core/dom/ContainerNode.h

Issue 2797083002: Test cases for querySelector fast paths. (Closed)
Patch Set: Working tests. Created 3 years, 8 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 | « no previous file | third_party/WebKit/Source/core/dom/SelectorQuery.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/dom/ContainerNode.h
diff --git a/third_party/WebKit/Source/core/dom/ContainerNode.h b/third_party/WebKit/Source/core/dom/ContainerNode.h
index a0868296db87c2b5e78a646ef3bc643152de543d..bf10ddd5da137b8548268efc579d5eeb8cc37211 100644
--- a/third_party/WebKit/Source/core/dom/ContainerNode.h
+++ b/third_party/WebKit/Source/core/dom/ContainerNode.h
@@ -101,7 +101,7 @@ class CORE_EXPORT ContainerNode : public Node {
Element* querySelector(const AtomicString& selectors,
ExceptionState& = ASSERT_NO_EXCEPTION);
StaticElementList* querySelectorAll(const AtomicString& selectors,
- ExceptionState&);
+ ExceptionState& = ASSERT_NO_EXCEPTION);
Node* insertBefore(Node* newChild,
Node* refChild,
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/SelectorQuery.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698