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

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

Issue 2277713002: Rename CustomElementsRegistry to CustomElementRegistry (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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/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 5e02ff400a83a5eb827a8b03157e8b86499cb751..31d565d79308d7a30a43ee0825152e28d73b32ce 100644
--- a/third_party/WebKit/Source/bindings/core/v8/ScriptCustomElementDefinition.h
+++ b/third_party/WebKit/Source/bindings/core/v8/ScriptCustomElementDefinition.h
@@ -16,7 +16,7 @@
namespace blink {
class CustomElementDescriptor;
-class CustomElementsRegistry;
+class CustomElementRegistry;
class CORE_EXPORT ScriptCustomElementDefinition final :
public CustomElementDefinition {
@@ -24,12 +24,12 @@ class CORE_EXPORT ScriptCustomElementDefinition final :
public:
static ScriptCustomElementDefinition* forConstructor(
ScriptState*,
- CustomElementsRegistry*,
+ CustomElementRegistry*,
const v8::Local<v8::Value>& constructor);
static ScriptCustomElementDefinition* create(
ScriptState*,
- CustomElementsRegistry*,
+ CustomElementRegistry*,
const CustomElementDescriptor&,
const v8::Local<v8::Object>& constructor,
const v8::Local<v8::Object>& prototype,

Powered by Google App Engine
This is Rietveld 408576698