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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/ScriptCustomElementDefinition.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
« no previous file with comments | « no previous file | third_party/WebKit/Source/bindings/core/v8/ScriptCustomElementDefinition.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/bindings/core/v8/ScriptCustomElementDefinition.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptCustomElementDefinition.h b/third_party/WebKit/Source/bindings/core/v8/ScriptCustomElementDefinition.h
index 31d565d79308d7a30a43ee0825152e28d73b32ce..b09c8141c9965a544e300d11d6fd7735e6ba5304 100644
--- a/third_party/WebKit/Source/bindings/core/v8/ScriptCustomElementDefinition.h
+++ b/third_party/WebKit/Source/bindings/core/v8/ScriptCustomElementDefinition.h
@@ -44,8 +44,7 @@ public:
v8::Local<v8::Object> constructor() const;
v8::Local<v8::Object> prototype() const;
- HTMLElement* createElementSync(Document&, const QualifiedName&) override;
- HTMLElement* createElementSync(Document&, const QualifiedName&, ExceptionState&) override;
+ HTMLElement* createElementSync(Document&, const QualifiedName&, ExceptionState*) override;
bool hasConnectedCallback() const override;
bool hasDisconnectedCallback() const override;
@@ -69,6 +68,9 @@ private:
const v8::Local<v8::Function>& attributeChangedCallback,
const HashSet<AtomicString>& observedAttributes);
+ HTMLElement* createElementSync(Document&, const QualifiedName&);
+ HTMLElement* createElementSync(Document&, const QualifiedName&, ExceptionState&);
+
// Implementations of |CustomElementDefinition|
ScriptValue getConstructorForScript() final;
bool runConstructor(Element*) override;
« no previous file with comments | « no previous file | third_party/WebKit/Source/bindings/core/v8/ScriptCustomElementDefinition.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698