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

Unified Diff: third_party/WebKit/Source/devtools/front_end/sources/SimpleHistoryManager.js

Issue 2515763003: DevTools: use shorthand syntax in interface definitions. (Closed)
Patch Set: Created 4 years, 1 month 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/sources/SimpleHistoryManager.js
diff --git a/third_party/WebKit/Source/devtools/front_end/sources/SimpleHistoryManager.js b/third_party/WebKit/Source/devtools/front_end/sources/SimpleHistoryManager.js
index e2b0d76515d26b2756d8430f504b6a6e594b21af..420535654e8b78f3e85b4df32795b4be48ea1f9a 100644
--- a/third_party/WebKit/Source/devtools/front_end/sources/SimpleHistoryManager.js
+++ b/third_party/WebKit/Source/devtools/front_end/sources/SimpleHistoryManager.js
@@ -36,9 +36,9 @@ Sources.HistoryEntry.prototype = {
/**
* @return {boolean}
*/
- valid: function() {},
+ valid() {},
- reveal: function() {}
+ reveal() {}
};
/**

Powered by Google App Engine
This is Rietveld 408576698