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

Unified Diff: third_party/WebKit/Source/platform/bindings/V8PrivateProperty.h

Issue 2828643002: Make customElements.define faster
Patch Set: Remove some unneeded casts. Created 3 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
Index: third_party/WebKit/Source/platform/bindings/V8PrivateProperty.h
diff --git a/third_party/WebKit/Source/platform/bindings/V8PrivateProperty.h b/third_party/WebKit/Source/platform/bindings/V8PrivateProperty.h
index 05f2f6fc41c62e6c47d1620364f7ee07b93da06c..caf672e381becd00b9fd5d4bf0425e3ef5c484f0 100644
--- a/third_party/WebKit/Source/platform/bindings/V8PrivateProperty.h
+++ b/third_party/WebKit/Source/platform/bindings/V8PrivateProperty.h
@@ -24,14 +24,9 @@ class ScriptWrappable;
// FetchEvent.Request.
// Apply |X| for each pair of (InterfaceName, PrivateKeyName).
#define V8_PRIVATE_PROPERTY_FOR_EACH(X) \
- X(CustomElement, AdoptedCallback) \
- X(CustomElement, AttributeChangedCallback) \
- X(CustomElement, ConnectedCallback) \
- X(CustomElement, DisconnectedCallback) \
X(CustomElement, Document) \
X(CustomElement, IsInterfacePrototypeObject) \
X(CustomElement, NamespaceURI) \
- X(CustomElement, RegistryMap) \
X(CustomElement, TagName) \
X(CustomElement, Type) \
X(CustomElementLifecycle, AttachedCallback) \

Powered by Google App Engine
This is Rietveld 408576698