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

Unified Diff: Source/devtools/blink/chromeServerProfile/Default/Cache/f_00005c

Issue 242263007: Add <label> to items in Event Listener Breakpoint of Chrome Dev Tools Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: Created 6 years, 8 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
Index: Source/devtools/blink/chromeServerProfile/Default/Cache/f_00005c
diff --git a/Source/devtools/front_end/IsolatedFileSystem.js b/Source/devtools/blink/chromeServerProfile/Default/Cache/f_00005c
similarity index 97%
copy from Source/devtools/front_end/IsolatedFileSystem.js
copy to Source/devtools/blink/chromeServerProfile/Default/Cache/f_00005c
index 6089d28ea1da5baf5c890dbd72a7a8994a7e537c..28003da0e9d49f991728a01b7fdb8a3160ce34c7 100644
--- a/Source/devtools/front_end/IsolatedFileSystem.js
+++ b/Source/devtools/blink/chromeServerProfile/Default/Cache/f_00005c
@@ -80,19 +80,6 @@ WebInspector.IsolatedFileSystem.prototype = {
/**
* @return {string}
*/
- normalizedPath: function()
- {
- if (this._normalizedPath)
- return this._normalizedPath;
- this._normalizedPath = this._path;
- if (WebInspector.isWin())
- this._normalizedPath = this._normalizedPath.replace(/\\/g, "/");
- return this._normalizedPath;
- },
-
- /**
- * @return {string}
- */
name: function()
{
return this._name;

Powered by Google App Engine
This is Rietveld 408576698