From: Kevin Sawicki Date: Wed, 29 Jun 2016 16:37:00 +0000 (-0700) Subject: Add WebInspector as global X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4afa32a7bb36b0284560ac754b04c56e276fcbd3;p=platform%2Fframework%2Fweb%2Fcrosswalk-tizen.git Add WebInspector as global --- diff --git a/spec/package.json b/spec/package.json index d49ed68..32b41b5 100644 --- a/spec/package.json +++ b/spec/package.json @@ -27,7 +27,8 @@ "serviceworker": true }, "globals": [ - "WebView" + "WebView", + "WebInspector" ] } }