| Index: Source/devtools/front_end/main/App.js
|
| diff --git a/Source/devtools/front_end/main/App.js b/Source/devtools/front_end/main/App.js
|
| index c7744c385536c6e836429c40319308da22204b75..07283c3ecdd9036e96469df46a58a8b110f686a8 100644
|
| --- a/Source/devtools/front_end/main/App.js
|
| +++ b/Source/devtools/front_end/main/App.js
|
| @@ -10,7 +10,10 @@ WebInspector.App = function()
|
| };
|
|
|
| WebInspector.App.prototype = {
|
| - presentUI: function()
|
| + /**
|
| + * @param {!Document} document
|
| + */
|
| + presentUI: function(document)
|
| {
|
| }
|
| };
|
|
|