Chromium Code Reviews| Index: third_party/WebKit/Source/bindings/core/v8/ScriptState.cpp |
| diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptState.cpp b/third_party/WebKit/Source/bindings/core/v8/ScriptState.cpp |
| index ad5ca71890b36167e71eb14e29d247bfaedb597c..3d165241ba5a0379824262c7492250aefb275d0a 100644 |
| --- a/third_party/WebKit/Source/bindings/core/v8/ScriptState.cpp |
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScriptState.cpp |
| @@ -103,4 +103,6 @@ ScriptState* ScriptState::forWorld(LocalFrame* frame, DOMWrapperWorld& world) { |
| return scriptState; |
| } |
| +ScriptStateForErrorEvent* ScriptStateForErrorEvent::s_topOfStack = nullptr; |
| + |
| } // namespace blink |