Index: third_party/WebKit/Source/core/frame/Window.idl |
diff --git a/third_party/WebKit/Source/core/frame/Window.idl b/third_party/WebKit/Source/core/frame/Window.idl |
index 81c4f31e3c1da6c79d37073098abb7dc59a6df51..8b6bac5b117b8046d0ff28a154f2481d48b76f35 100644 |
--- a/third_party/WebKit/Source/core/frame/Window.idl |
+++ b/third_party/WebKit/Source/core/frame/Window.idl |
@@ -186,6 +186,8 @@ |
// window.toString() requires special handling in V8 |
[DoNotCheckSignature, DoNotCheckSecurity, Custom, NotEnumerable] stringifier; |
+ |
+ [RaisesException] void purgeMemory(); |
}; |
// http://www.whatwg.org/specs/web-apps/current-work/#transferable-objects |