| Index: third_party/WebCore/inspector/InjectedScriptHost.idl
|
| diff --git a/third_party/WebCore/inspector/InjectedScriptHost.idl b/third_party/WebCore/inspector/InjectedScriptHost.idl
|
| index 71b88b137fe245fa1261a64351f7e78833540071..d144dd09a4aeb26d0f79f3936b143efc30d6e97f 100644
|
| --- a/third_party/WebCore/inspector/InjectedScriptHost.idl
|
| +++ b/third_party/WebCore/inspector/InjectedScriptHost.idl
|
| @@ -47,6 +47,7 @@ module core {
|
|
|
| [Custom] DOMString databaseId(in DOMObject database);
|
| [Custom] DOMString storageId(in DOMObject storage);
|
| + [Custom] DOMObject evaluate(in DOMString text);
|
| };
|
| }
|
|
|
|
|