summaryrefslogtreecommitdiff
path: root/Source/WebCore/inspector/front-end/externs.js
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/inspector/front-end/externs.js')
-rw-r--r--Source/WebCore/inspector/front-end/externs.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/WebCore/inspector/front-end/externs.js b/Source/WebCore/inspector/front-end/externs.js
index 3f179751d..4b2f80754 100644
--- a/Source/WebCore/inspector/front-end/externs.js
+++ b/Source/WebCore/inspector/front-end/externs.js
@@ -236,3 +236,6 @@ difflib.stringAsLines = function(text) { return []; }
/** @constructor */
difflib.SequenceMatcher = function(baseText, newText) { }
difflib.SequenceMatcher.prototype.get_opcodes = function() { return []; }
+
+/** @constructor */
+WebInspector.CodeMirrorTextEditor = function(url, delegate) { }