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

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

Issue 17063016: Remove leak of objects between isolated worlds on custom events. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Large set of fixes from adamk and haraken. 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
Index: Source/bindings/v8/V8HiddenPropertyName.h
diff --git a/Source/bindings/v8/V8HiddenPropertyName.h b/Source/bindings/v8/V8HiddenPropertyName.h
index 7bd60edc733ebde5582d3394f904b5489bebe23d..cff374eb6f2e9f42c925f5933ad01a1e89c1b011 100644
--- a/Source/bindings/v8/V8HiddenPropertyName.h
+++ b/Source/bindings/v8/V8HiddenPropertyName.h
@@ -39,6 +39,7 @@ namespace WebCore {
V(adaptorFunctionPeer) \
V(attributeListener) \
V(callback) \
+ V(data) \
haraken 2013/06/25 02:06:58 Would you use a more specific variable name?
jww 2013/06/26 02:27:06 I just used the same name as is used in MessageEve
haraken 2013/06/26 04:02:31 Makes sense. Let's leave it as is:)
V(detail) \
V(document) \
V(event) \

Powered by Google App Engine
This is Rietveld 408576698