Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / webui / sanity_check_available_apis.js
index 3d53055..b345b3b 100644 (file)
@@ -29,7 +29,8 @@ for (var i = 0; i < expected.length && isEqual; i++) {
 }
 
 if (!isEqual) {
-  console.error('Expected: ' + JSON.stringify(expected) + ', ' +
+  console.error(window.location.href + ': ' +
+                'Expected: ' + JSON.stringify(expected) + ', ' +
                 'Actual: ' + JSON.stringify(actual));
 }
 domAutomationController.send(isEqual);