| Index: third_party/WebKit/Source/platform/v8_inspector/DebuggerScript.js
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/DebuggerScript.js b/third_party/WebKit/Source/platform/v8_inspector/DebuggerScript.js
|
| index 866c1204994288bd758db4ea81e95b2ff734c5b7..7d8c16661188ffe8bec5edc536b0b0e73958df6e 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/DebuggerScript.js
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/DebuggerScript.js
|
| @@ -573,15 +573,6 @@ DebuggerScript._buildScopeObject = function(scopeType, scopeObject)
|
| return result;
|
| }
|
|
|
| -DebuggerScript.getPromiseDetails = function(eventData)
|
| -{
|
| - return {
|
| - "promise": eventData.promise().value(),
|
| - "parentPromise": eventData.parentPromise().value(),
|
| - "status": eventData.status()
|
| - };
|
| -}
|
| -
|
| // We never resolve Mirror by its handle so to avoid memory leaks caused by Mirrors in the cache we disable it.
|
| ToggleMirrorCache(false);
|
|
|
|
|