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

Unified Diff: third_party/WebKit/LayoutTests/shapedetection/resources/mock-textdetection.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-textdetection.js
diff --git a/third_party/WebKit/LayoutTests/shapedetection/resources/mock-textdetection.js b/third_party/WebKit/LayoutTests/shapedetection/resources/mock-textdetection.js
index 15d99fc3082bea5299136f395286ce6f890854f0..08195c993242b69e0061be7e34b6f1644f426c9d 100644
--- a/third_party/WebKit/LayoutTests/shapedetection/resources/mock-textdetection.js
+++ b/third_party/WebKit/LayoutTests/shapedetection/resources/mock-textdetection.js
@@ -5,7 +5,7 @@ let mockTextDetectionReady = define(
['services/shape_detection/public/interfaces/textdetection.mojom',
'mojo/public/js/bindings',
'mojo/public/js/core',
- 'content/public/renderer/frame_interfaces',
+ 'content/public/renderer/interfaces',
], (textDetection, bindings, mojo, interfaces) => {
class MockTextDetection {

Powered by Google App Engine
This is Rietveld 408576698