| Index: third_party/WebKit/Source/core/testing/Internals.h
|
| diff --git a/third_party/WebKit/Source/core/testing/Internals.h b/third_party/WebKit/Source/core/testing/Internals.h
|
| index e498138b07f72ef2281e2c80933df4710a67106f..cf16a597b75703c1e2b563a0776da60578e8e223 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.h
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.h
|
| @@ -403,6 +403,9 @@ public:
|
| // Returns the visual rect of a node's LayoutObject.
|
| ClientRect* visualRect(Node*);
|
|
|
| + // Intentional crash.
|
| + void crash();
|
| +
|
| private:
|
| explicit Internals(ScriptState*);
|
| Document* contextDocument() const;
|
|
|