| 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 4dcdb8177ec21b16fdfdf722629bba98c27c976b..3f91993c35d2f2529e2ddf0b1b1d6f42b3fc35e0 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScriptState.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScriptState.cpp
|
| @@ -51,9 +51,6 @@ ScriptState::~ScriptState() {
|
| void ScriptState::detachGlobalObject() {
|
| ASSERT(!m_context.isEmpty());
|
| context()->DetachGlobal();
|
| -#if DCHECK_IS_ON()
|
| - m_globalObjectDetached = true;
|
| -#endif
|
| }
|
|
|
| void ScriptState::disposePerContextData() {
|
|
|