X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fdevtools%2Ffront_end%2FTextEditor.js;h=7771e8a1a5b610731b44c0774ba9fd8d82823d4f;hb=ff3e2503a20db9193d323c1d19c38c68004dec4a;hp=51e87005d5dbc6f952e351433482e0cdb851180c;hpb=7338fba38ba696536d1cc9d389afd716a6ab2fe6;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/devtools/front_end/TextEditor.js b/src/third_party/WebKit/Source/devtools/front_end/TextEditor.js index 51e8700..7771e8a 100644 --- a/src/third_party/WebKit/Source/devtools/front_end/TextEditor.js +++ b/src/third_party/WebKit/Source/devtools/front_end/TextEditor.js @@ -355,3 +355,16 @@ WebInspector.TextEditorDelegate.prototype = { */ onJumpToPosition: function(from, to) { } } + +/** + * @interface + */ +WebInspector.TokenizerFactory = function() { } + +WebInspector.TokenizerFactory.prototype = { + /** + * @param {string} mimeType + * @return {function(string, function(string, ?string, number, number))} + */ + createTokenizer: function(mimeType) { } +} \ No newline at end of file