| Index: third_party/WebKit/Source/devtools/front_end/console/ConsolePrompt.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/console/ConsolePrompt.js b/third_party/WebKit/Source/devtools/front_end/console/ConsolePrompt.js
|
| index 9ecfb589238ab08853be0b2db51c018566bbd179..2d7b350884cfe6c0d19a07902a7f53ba7ec4ff7c 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/console/ConsolePrompt.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/console/ConsolePrompt.js
|
| @@ -48,7 +48,7 @@ WebInspector.ConsolePrompt = function()
|
|
|
| this._editorSetForTest();
|
| }
|
| -}
|
| +};
|
|
|
| WebInspector.ConsolePrompt.prototype = {
|
| /**
|
| @@ -291,4 +291,4 @@ WebInspector.ConsolePrompt.prototype = {
|
| _editorSetForTest: function() { },
|
|
|
| __proto__: WebInspector.Widget.prototype
|
| -}
|
| +};
|
|
|