Index: LayoutTests/http/tests/serviceworker/resources/interfaces.js |
diff --git a/LayoutTests/http/tests/serviceworker/resources/interfaces.js b/LayoutTests/http/tests/serviceworker/resources/interfaces.js |
index 9db350fd8372eafe54d8b068c8b3c8456b9df27e..09bc6257c2362d0be3075e09e580017423c252d7 100644 |
--- a/LayoutTests/http/tests/serviceworker/resources/interfaces.js |
+++ b/LayoutTests/http/tests/serviceworker/resources/interfaces.js |
@@ -1,6 +1,6 @@ |
function verifyInterface(name, instance, attributes) { |
jsbell
2014/07/31 20:37:23
We could rename this verify_interface... but then
asanka
2014/08/01 05:15:52
Good point. There are tests like this in w3c/web-p
|
assert_true(name in self, |
- name + ' should be an defined type'); |
+ name + ' should be a defined type'); |
if (instance) { |
assert_true(instance instanceof self[name], |
instance + ' should be an instance of ' + name); |