Chromium Code Reviews

Unified Diff: Source/bindings/v8/V8HiddenPropertyName.h

Issue 17707002: Implement Custom Elements inserted and removed callbacks. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: Source/bindings/v8/V8HiddenPropertyName.h
diff --git a/Source/bindings/v8/V8HiddenPropertyName.h b/Source/bindings/v8/V8HiddenPropertyName.h
index bce82ae1edfa2c68e3d18cc4698f239637f68071..38ab2cb8b20392f8886df395a7e06fb6b90e0d1f 100644
--- a/Source/bindings/v8/V8HiddenPropertyName.h
+++ b/Source/bindings/v8/V8HiddenPropertyName.h
@@ -39,7 +39,9 @@ namespace WebCore {
V(adaptorFunctionPeer) \
V(attributeListener) \
V(callback) \
+ V(customElementInserted) \
V(customElementReady) \
+ V(customElementRemoved) \
V(detail) \
V(document) \
V(event) \

Powered by Google App Engine