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

Unified Diff: third_party/WebKit/LayoutTests/virtual/service-worker-navigation-preload-disabled/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/virtual/service-worker-navigation-preload-disabled/webexposed/global-interface-listing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/virtual/service-worker-navigation-preload-disabled/webexposed/global-interface-listing-expected.txt b/third_party/WebKit/LayoutTests/virtual/service-worker-navigation-preload-disabled/webexposed/global-interface-listing-expected.txt
index 598a5b3f1264755e3e56f79abfb5e2f185fcb22b..1b63fab21919f3b0a83c7c5844a90bf595efd676 100644
--- a/third_party/WebKit/LayoutTests/virtual/service-worker-navigation-preload-disabled/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/virtual/service-worker-navigation-preload-disabled/webexposed/global-interface-listing-expected.txt
@@ -4439,26 +4439,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
@@ -9006,6 +8986,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