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

Unified Diff: Source/bindings/v8/Dictionary.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: 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/Dictionary.h
diff --git a/Source/bindings/v8/Dictionary.h b/Source/bindings/v8/Dictionary.h
index 3d1519c00482cbcf1a1600846ae6be49c6638e96..e0f5c2e792f2250b83c20c53e83d16d4a28281cf 100644
--- a/Source/bindings/v8/Dictionary.h
+++ b/Source/bindings/v8/Dictionary.h
@@ -101,9 +101,9 @@ public:
PassRefPtr<EventListener> getEventListener(const String&, Notification*) const { return 0; }
-private:
bool getKey(const String& key, v8::Local<v8::Value>&) const;
+private:
haraken 2013/06/22 13:16:46 Instead of making getKey() public, would you defin
jww 2013/06/25 01:50:29 Done.
// This object can only be used safely when stack allocated because of v8::Local.
static void* operator new(size_t);
static void* operator new[](size_t);

Powered by Google App Engine
This is Rietveld 408576698