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

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

Issue 16708002: Simplify Custom Element constructors to be functions, not wrappers (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 7 years, 6 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 | « Source/bindings/v8/V8DOMWrapper.cpp ('k') | Source/bindings/v8/custom/V8CustomElementConstructorCustom.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/v8/V8HiddenPropertyName.h
diff --git a/Source/bindings/v8/V8HiddenPropertyName.h b/Source/bindings/v8/V8HiddenPropertyName.h
index 3462345ad18b330fab1fea83e8614e4dbfe07a37..182ff230740f165c94e360f194c8d4944e8cbb87 100644
--- a/Source/bindings/v8/V8HiddenPropertyName.h
+++ b/Source/bindings/v8/V8HiddenPropertyName.h
@@ -36,17 +36,20 @@
namespace WebCore {
#define V8_HIDDEN_PROPERTIES(V) \
+ V(adaptorFunctionPeer) \
V(attributeListener) \
V(callback) \
V(detail) \
V(document) \
V(event) \
V(listener) \
+ V(name) \
+ V(namespaceURI) \
V(scriptState) \
V(sleepFunction) \
V(state) \
- V(adaptorFunctionPeer) \
V(toStringString) \
+ V(type) \
V(typedArrayHiddenCopyMethod)
class V8HiddenPropertyName {
« no previous file with comments | « Source/bindings/v8/V8DOMWrapper.cpp ('k') | Source/bindings/v8/custom/V8CustomElementConstructorCustom.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698