| Index: third_party/WebKit/Source/bindings/core/v8/custom/V8HTMLElementCustom.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/custom/V8HTMLElementCustom.cpp b/third_party/WebKit/Source/bindings/core/v8/custom/V8HTMLElementCustom.cpp
|
| index 49245849257e8af5928069d8f280938977923fcd..d3f54a141dbd7ce1e93b22de8b3bfb76c1c04146 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/custom/V8HTMLElementCustom.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/custom/V8HTMLElementCustom.cpp
|
| @@ -77,7 +77,6 @@ void V8HTMLElement::constructorCustom(
|
| exceptionState.throwDOMException(
|
| InvalidStateError,
|
| "this instance is already constructed");
|
| - exceptionState.throwIfNeeded();
|
| return;
|
| }
|
| }
|
|
|