| Index: third_party/WebKit/Source/core/inspector/injected_script_externs.js
|
| diff --git a/third_party/WebKit/Source/core/inspector/injected_script_externs.js b/third_party/WebKit/Source/core/inspector/injected_script_externs.js
|
| index 571e49909b9e2b8f4049c85da293be97701b440d..90a2004f672a7c02b07ea7d331c308bed79f7c32 100644
|
| --- a/third_party/WebKit/Source/core/inspector/injected_script_externs.js
|
| +++ b/third_party/WebKit/Source/core/inspector/injected_script_externs.js
|
| @@ -33,13 +33,7 @@ InjectedScriptHostClass.prototype.internalConstructorName = function(obj) {}
|
| * @param {*} obj
|
| * @return {boolean}
|
| */
|
| -InjectedScriptHostClass.prototype.isDOMWrapper = function(obj) {}
|
| -
|
| -/**
|
| - * @param {*} obj
|
| - * @return {boolean}
|
| - */
|
| -InjectedScriptHostClass.prototype.isHTMLAllCollection = function(obj) {}
|
| +InjectedScriptHostClass.prototype.formatAccessorsAsProperties = function(obj) {}
|
|
|
| /**
|
| * @param {*} obj
|
|
|