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

Unified Diff: third_party/WebKit/Source/devtools/front_end/externs.js

Issue 2751813002: DevTools: Clean up character diff (Closed)
Patch Set: Created 3 years, 9 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
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/diff/Diff.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/externs.js
diff --git a/third_party/WebKit/Source/devtools/front_end/externs.js b/third_party/WebKit/Source/devtools/front_end/externs.js
index b2d0239c60dceb85847304eb71302adc0ff6b0d6..f6dc995f9781198520cdf6324071ef397f28ee24 100644
--- a/third_party/WebKit/Source/devtools/front_end/externs.js
+++ b/third_party/WebKit/Source/devtools/front_end/externs.js
@@ -357,7 +357,12 @@ diff_match_patch.prototype = {
* @param {string} text2
* @return {!Array.<!{0: number, 1: string}>}
*/
- diff_main: function(text1, text2) {}
+ diff_main: function(text1, text2) {},
+
+ /**
+ * @param {!Array.<!{0: number, 1: string}>} diff
+ */
+ diff_cleanupSemantic(diff) {}
};
/** @constructor */
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/diff/Diff.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698