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

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

Issue 2102453003: [DevTools] Move collectionEntries to internalProperties in protocol (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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: third_party/WebKit/Source/devtools/front_end/sources/SourceMapNamesResolver.js
diff --git a/third_party/WebKit/Source/devtools/front_end/sources/SourceMapNamesResolver.js b/third_party/WebKit/Source/devtools/front_end/sources/SourceMapNamesResolver.js
index fe11d50f78bfaa998989d5962dea005266974c53..bef769109f727809e2d86caa32d8af151e8f881a 100644
--- a/third_party/WebKit/Source/devtools/front_end/sources/SourceMapNamesResolver.js
+++ b/third_party/WebKit/Source/devtools/front_end/sources/SourceMapNamesResolver.js
@@ -591,15 +591,6 @@ WebInspector.SourceMapNamesResolver.RemoteObject.prototype = {
this._object.generatorObjectDetails(callback);
},
- /**
- * @override
- * @param {function(?Array<!DebuggerAgent.CollectionEntry>)} callback
- */
- collectionEntries: function(callback)
- {
- this._object.collectionEntries(callback);
- },
-
__proto__: WebInspector.RemoteObject.prototype
}

Powered by Google App Engine
This is Rietveld 408576698