| 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 c7bb15e87f33e2da942cbb8da2afe3421ea1799c..8b665fc524cc8b1e3450452b034f0e9d735e02de 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.idl
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.idl
|
| @@ -351,5 +351,7 @@
|
|
|
| DOMString getProgrammaticScrollAnimationState(Node node);
|
|
|
| - ClientRect visualRect(Node node);
|
| + ClientRect visualRect(Node node);
|
| +
|
| + void crash();
|
| };
|
|
|