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 80b1dc69f421c6f5834e0b0e9b7057960b569f7c..0f2ae2ba50a576ce660ab200ba2e0355d8b36370 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/resources/global-interface-listing.js */ |
+/* Adopted from LayoutTests/webexposed/resources/global-interface-listing.js */ |
// Run all the code in a local scope. |
(function(global_object) { |
@@ -8,7 +8,7 @@ |
// 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/resources/global-interface-listing.js |
+// This list should be kept in sync with the one at LayoutTests/webexposed/resources/global-interface-listing.js |
var js_builtins = new Set([ |
'Array', |
'ArrayBuffer', |