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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/CustomElementConstructorBuilder.h

Issue 1883663005: Remove remaining binding layer RawPtr<>s. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/CustomElementConstructorBuilder.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/CustomElementConstructorBuilder.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/CustomElementConstructorBuilder.h b/third_party/WebKit/Source/bindings/core/v8/CustomElementConstructorBuilder.h
index a3655ad4ec5d9653c063112a4f7b3a089c49ff88..be6817aed7b5e2135e2bbd66e8852ad44fd695da 100644
--- a/third_party/WebKit/Source/bindings/core/v8/CustomElementConstructorBuilder.h
+++ b/third_party/WebKit/Source/bindings/core/v8/CustomElementConstructorBuilder.h
@@ -65,7 +65,7 @@ public:
bool isFeatureAllowed() const;
bool validateOptions(const AtomicString& type, QualifiedName& tagName, ExceptionState&);
- RawPtr<CustomElementLifecycleCallbacks> createCallbacks();
+ CustomElementLifecycleCallbacks* createCallbacks();
bool createConstructor(Document*, CustomElementDefinition*, ExceptionState&);
bool didRegisterDefinition() const;
« no previous file with comments | « no previous file | third_party/WebKit/Source/bindings/core/v8/CustomElementConstructorBuilder.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698