| 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 dd44d9b156be2becb14c3e4b71aaa13a298f63bd..ab3e51c0d6684e39414dda26b3b7054a503c4ed0 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);
|
|
|