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

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: legacy_callback_interface.*.tmpl, 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 0e745ff88e94c6f3b729d7d26f68d27473ef8ae8..6e851ab9370de06e415eee34c5b07ee5da66eabc 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
@@ -4443,26 +4443,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

Powered by Google App Engine
This is Rietveld 408576698