Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / devtools / front_end / ui / TextEditor.js
index 64479f8..ed58775 100644 (file)
@@ -353,13 +353,6 @@ WebInspector.TextEditorDelegate.prototype = {
     populateTextAreaContextMenu: function(contextMenu, lineNumber) { },
 
     /**
-     * @param {string} hrefValue
-     * @param {boolean} isExternal
-     * @return {!Element}
-     */
-    createLink: function(hrefValue, isExternal) { },
-
-    /**
      * @param {?WebInspector.TextRange} from
      * @param {?WebInspector.TextRange} to
      */