Index: third_party/WebKit/Source/core/testing/Internals.idl |
diff --git a/third_party/WebKit/Source/core/testing/Internals.idl b/third_party/WebKit/Source/core/testing/Internals.idl |
index d31fff0c639f9b46d1ec1e5ab24d8d4693b205ef..a50b97fa49bbecb3c840632c8c00f474a9d0ec6e 100644 |
--- a/third_party/WebKit/Source/core/testing/Internals.idl |
+++ b/third_party/WebKit/Source/core/testing/Internals.idl |
@@ -104,6 +104,8 @@ |
[TypeChecking=Interface] ClientRect boundingBox(Element element); |
+ void fakeOutOfMemoryForNextArrayBufferAllocation(); |
+ |
[RaisesException, TypeChecking=Interface] unsigned long markerCountForNode(Node node, DOMString markerType); |
[TypeChecking=Interface] unsigned long activeMarkerCountForNode(Node node); |
[RaisesException, TypeChecking=Interface] Range markerRangeForNode(Node node, DOMString markerType, unsigned long index); |