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

Unified Diff: third_party/WebKit/LayoutTests/shapedetection/resources/mock-barcodedetection.js

Issue 2629523008: Shape Detection: Remove ConstructorCallWith=Document (Closed)
Patch Set: Add layout test for worker Created 3 years, 11 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/shapedetection/resources/mock-barcodedetection.js
diff --git a/third_party/WebKit/LayoutTests/shapedetection/resources/mock-barcodedetection.js b/third_party/WebKit/LayoutTests/shapedetection/resources/mock-barcodedetection.js
index cf99ae6d8e75834c0f01a683fccd0e3e3985c89b..1f6a479d8c22017486e0e4dbb35c089b4cb6e393 100644
--- a/third_party/WebKit/LayoutTests/shapedetection/resources/mock-barcodedetection.js
+++ b/third_party/WebKit/LayoutTests/shapedetection/resources/mock-barcodedetection.js
@@ -5,7 +5,7 @@ let mockBarcodeDetectionReady = define(
['services/shape_detection/public/interfaces/barcodedetection.mojom',
'mojo/public/js/bindings',
'mojo/public/js/core',
- 'content/public/renderer/frame_interfaces',
+ 'content/public/renderer/interfaces',
], (barcodeDetection, bindings, mojo, interfaces) => {
class MockBarcodeDetection {

Powered by Google App Engine
This is Rietveld 408576698