Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / devtools / front_end / main / App.js
index c7744c3..07283c3 100644 (file)
@@ -10,7 +10,10 @@ WebInspector.App = function()
 };
 
 WebInspector.App.prototype = {
-    presentUI: function()
+    /**
+     * @param {!Document} document
+     */
+    presentUI: function(document)
     {
     }
 };