| Index: Source/core/inspector/InjectedScriptHost.idl
|
| diff --git a/Source/core/inspector/InjectedScriptHost.idl b/Source/core/inspector/InjectedScriptHost.idl
|
| index 4479978ee85e93fcf9ce971c30bee2ad5d3ad8ed..79dfcb637a75487b245ee402837d1de9678385c7 100644
|
| --- a/Source/core/inspector/InjectedScriptHost.idl
|
| +++ b/Source/core/inspector/InjectedScriptHost.idl
|
| @@ -39,8 +39,8 @@
|
| [NotEnumerable, Unforgeable, Custom] void inspect(any objectId, object hints);
|
| [NotEnumerable, Unforgeable, Custom] any inspectedObject(long num);
|
| [NotEnumerable, Unforgeable, Custom] DOMString internalConstructorName(any obj);
|
| + [NotEnumerable, Unforgeable, Custom] boolean isDOMAttributeWithNoSideEffect(any obj, DOMString attribute);
|
| [NotEnumerable, Unforgeable, Custom] boolean isHTMLAllCollection(any obj);
|
| - [NotEnumerable, Unforgeable, Custom] boolean isPopularDOMObject(any obj);
|
| [NotEnumerable, Unforgeable, Custom] boolean isTypedArray(any obj);
|
| [NotEnumerable, Unforgeable, Custom] DOMString subtype(any obj);
|
| [NotEnumerable, Unforgeable, Custom] any functionDetails(Function obj);
|
|
|