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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/worklet/webexposed/resources/global-interface-listing-worklet.js

Issue 2889423003: Unify webexposed/global-interface-listing scripts (Closed)
Patch Set: Rebased Created 3 years, 7 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/http/tests/worklet/webexposed/resources/global-interface-listing-worklet.js
diff --git a/third_party/WebKit/LayoutTests/http/tests/worklet/webexposed/resources/global-interface-listing-worklet.js b/third_party/WebKit/LayoutTests/http/tests/worklet/webexposed/resources/global-interface-listing-worklet.js
index b602b57bd17b2f2251c81f4c8962dc08a92ca43b..56ebbb2df5e692343174546987991f5cd3e6c77e 100644
--- a/third_party/WebKit/LayoutTests/http/tests/worklet/webexposed/resources/global-interface-listing-worklet.js
+++ b/third_party/WebKit/LayoutTests/http/tests/worklet/webexposed/resources/global-interface-listing-worklet.js
@@ -1,4 +1,4 @@
-/* Adopted from LayoutTests/webexposed/resources/global-interface-listing.js */
+/* Adopted from LayoutTests/resources/global-interface-listing.js */
// Run all the code in a local scope.
(function() {
@@ -17,7 +17,7 @@ var globals = [];
// List of builtin JS constructors; Blink is not controlling what properties these
// objects have, so exercising them in a Blink test doesn't make sense.
//
-// This list should be kept in sync with the one at LayoutTests/webexposed/resources/global-interface-listing.js
+// This list should be kept in sync with the one at LayoutTests/resources/global-interface-listing.js
var js_builtins = new Set([
'Array',
'ArrayBuffer',

Powered by Google App Engine
This is Rietveld 408576698