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 d4b7049f5f97616aa08e615c2d5760ff12e0cad8..a1b0dc52bc50060bfe1f1f3e6121aa9fb0538372 100644 |
--- a/third_party/WebKit/Source/bindings/core/v8/custom/V8HTMLElementCustom.cpp |
+++ b/third_party/WebKit/Source/bindings/core/v8/custom/V8HTMLElementCustom.cpp |
@@ -74,7 +74,6 @@ void V8HTMLElement::constructorCustom( |
exceptionState.throwDOMException( |
InvalidStateError, |
"this instance is already constructed"); |
- exceptionState.throwIfNeeded(); |
return; |
} |
} |