Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / serviceworker / resources / interfaces-worker.js
index 77bbd83..9609efe 100644 (file)
@@ -1,5 +1,5 @@
 importScripts('interfaces.js');
-importScripts('worker-test-helpers.js');
+importScripts('worker-test-harness.js');
 
 test(function() {
     var EVENT_HANDLER = 'object';
@@ -22,7 +22,7 @@ test(function() {
                         getServiced: 'function'
                     });
 
-    verifyInterface('Client');
+    verifyInterface('ServiceWorkerClient');
     // FIXME: Get an instance and test it, or ensure property exists on prototype.
 
 }, 'Interfaces and attributes in ServiceWorkerGlobalScope');