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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/virtual/stable/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/platform/win/virtual/stable/webexposed/global-interface-listing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/virtual/stable/webexposed/global-interface-listing-expected.txt b/third_party/WebKit/LayoutTests/platform/win/virtual/stable/webexposed/global-interface-listing-expected.txt
index 682b10e55b818a6baa7bcb714dcf8b478bc7041f..69683cdb846eb4dea8598c1f9a39d3da552a9392 100644
--- a/third_party/WebKit/LayoutTests/platform/win/virtual/stable/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/win/virtual/stable/webexposed/global-interface-listing-expected.txt
@@ -3610,26 +3610,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
@@ -7681,6 +7661,7 @@ interface webkitURL
getter styleMedia
getter toolbar
getter webkitStorageInfo
+ method NodeFilter
method alert
method atob
method blur

Powered by Google App Engine
This is Rietveld 408576698