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

Unified Diff: LayoutTests/http/tests/serviceworker/resources/interfaces.js

Issue 435453002: [ServiceWorker] Update formatting for tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Don't forget to update callsites. Created 6 years, 5 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: 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..dca24c8d9a7bb73649944069482248a2232cfe1e 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) {
+function verify_interface(name, instance, attributes) {
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);

Powered by Google App Engine
This is Rietveld 408576698