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

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

Issue 2292433002: CL for perf tryjob on linux (Closed)
Patch Set: Created 4 years, 4 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
Index: third_party/WebKit/Source/core/dom/custom/CustomElementDefinition.h
diff --git a/third_party/WebKit/Source/core/dom/custom/CustomElementDefinition.h b/third_party/WebKit/Source/core/dom/custom/CustomElementDefinition.h
index bf64d975ed8eafca5035b4ee19ab73f9e68fcfbc..e94d3962d2fc5ea26be8e979073cb9f3f1fb7bdd 100644
--- a/third_party/WebKit/Source/core/dom/custom/CustomElementDefinition.h
+++ b/third_party/WebKit/Source/core/dom/custom/CustomElementDefinition.h
@@ -49,8 +49,7 @@ public:
}
HTMLElement* createElementForConstructor(Document&);
- virtual HTMLElement* createElementSync(Document&, const QualifiedName&) = 0;
- virtual HTMLElement* createElementSync(Document&, const QualifiedName&, ExceptionState&) = 0;
+ virtual HTMLElement* createElementSync(Document&, const QualifiedName&, ExceptionState*) = 0;
HTMLElement* createElementAsync(Document&, const QualifiedName&);
void upgrade(Element*);

Powered by Google App Engine
This is Rietveld 408576698