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

Unified Diff: third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt

Issue 2837923003: Make NodeFilter a legacy callback interface. (Closed)
Patch Set: templates.gni, etc. 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
Index: third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
index bb80792cc0dda1b1243ed635527f7f7438ca287f..d6d736ba31c8c6d4fa4306bed22226576571340b 100644
--- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -4446,26 +4446,6 @@ interface Node : EventTarget
method replaceChild
setter nodeValue
setter textContent
-interface NodeFilter
- attribute @@toStringTag
- attribute FILTER_ACCEPT
- attribute FILTER_REJECT
- attribute FILTER_SKIP
- attribute SHOW_ALL
- attribute SHOW_ATTRIBUTE
- attribute SHOW_CDATA_SECTION
- attribute SHOW_COMMENT
- attribute SHOW_DOCUMENT
- attribute SHOW_DOCUMENT_FRAGMENT
- attribute SHOW_DOCUMENT_TYPE
- attribute SHOW_ELEMENT
- attribute SHOW_ENTITY
- attribute SHOW_ENTITY_REFERENCE
- attribute SHOW_NOTATION
- attribute SHOW_PROCESSING_INSTRUCTION
- attribute SHOW_TEXT
- method acceptNode
- method constructor
interface NodeIterator
attribute @@toStringTag
getter filter
@@ -9014,6 +8994,7 @@ interface webkitURL
getter toolbar
getter visualViewport
getter webkitStorageInfo
+ method NodeFilter
method alert
method atob
method blur

Powered by Google App Engine
This is Rietveld 408576698