Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(892)

Unified Diff: third_party/WebKit/Source/devtools/front_end/ui/TextEditor.js

Issue 2450663004: DevTools: do not allow using 'this' before call into super. (Closed)
Patch Set: rebaselined Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/devtools/front_end/ui/TextEditor.js
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/TextEditor.js b/third_party/WebKit/Source/devtools/front_end/ui/TextEditor.js
index de10564e5b75f19f2b9ea036935816af7c972571..9369556ca9e6ed7acfd24c75b239d42a58e50c49 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/TextEditor.js
+++ b/third_party/WebKit/Source/devtools/front_end/ui/TextEditor.js
@@ -86,7 +86,7 @@ WebInspector.TextEditor.prototype = {
* mimeType: (string|undefined),
* autoHeight: (boolean|undefined)
* }}
- **/
+ */
WebInspector.TextEditor.Options;
/**
@@ -96,5 +96,5 @@ WebInspector.TextEditor.Options;
* isWordChar: ((function(string):boolean)|undefined),
* captureEnter: (boolean|undefined)
* }}
- **/
+ */
WebInspector.AutocompleteConfig;

Powered by Google App Engine
This is Rietveld 408576698