Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(287)

Unified Diff: third_party/WebKit/Source/core/dom/custom/CustomElementTestHelpers.h

Issue 2443543002: createElement should not transmit exceptions but report them. (Closed)
Patch Set: Rebaseline tests. Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/core/dom/custom/CustomElementDefinition.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/dom/custom/CustomElementTestHelpers.h
diff --git a/third_party/WebKit/Source/core/dom/custom/CustomElementTestHelpers.h b/third_party/WebKit/Source/core/dom/custom/CustomElementTestHelpers.h
index 813413d6f3c6eaec2c84ba4e1bafba013d3e57a1..9fde0738214c910ba6a811d13c3884ebfbe3fb42 100644
--- a/third_party/WebKit/Source/core/dom/custom/CustomElementTestHelpers.h
+++ b/third_party/WebKit/Source/core/dom/custom/CustomElementTestHelpers.h
@@ -65,12 +65,6 @@ class TestCustomElementDefinition : public CustomElementDefinition {
return createElementForConstructor(document);
}
- HTMLElement* createElementSync(Document& document,
- const QualifiedName&,
- ExceptionState&) override {
- return createElementForConstructor(document);
- }
-
bool hasConnectedCallback() const override { return false; }
bool hasDisconnectedCallback() const override { return false; }
bool hasAdoptedCallback() const override { return false; }
« no previous file with comments | « third_party/WebKit/Source/core/dom/custom/CustomElementDefinition.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698