| Index: third_party/WebKit/Source/core/testing/Internals.cpp
|
| diff --git a/third_party/WebKit/Source/core/testing/Internals.cpp b/third_party/WebKit/Source/core/testing/Internals.cpp
|
| index 7513325166527e7e59d05b38238766a167bc8611..fb09bd359b5790adf3e50de0efea493c9d9e5c93 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.cpp
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.cpp
|
| @@ -2627,4 +2627,9 @@ ClientRect* Internals::visualRect(Node* node)
|
| return ClientRect::create(FloatRect(node->layoutObject()->visualRect()));
|
| }
|
|
|
| +void Internals::crash()
|
| +{
|
| + CHECK(false) << "Intentional crash";
|
| +}
|
| +
|
| } // namespace blink
|
|
|