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

Unified Diff: content/renderer/browser_plugin/browser_plugin.h

Issue 15952012: remove remaining calls to old style MakeWeak (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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 | « chrome/renderer/extensions/scoped_persistent.h ('k') | content/renderer/browser_plugin/browser_plugin.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/browser_plugin/browser_plugin.h
diff --git a/content/renderer/browser_plugin/browser_plugin.h b/content/renderer/browser_plugin/browser_plugin.h
index 10a48f709ff3fa25b452501f1bcd9d5511acdc79..024ac0b1bd24e435c27efac3cc6cd0a6f306e115 100644
--- a/content/renderer/browser_plugin/browser_plugin.h
+++ b/content/renderer/browser_plugin/browser_plugin.h
@@ -325,7 +325,7 @@ class CONTENT_EXPORT BrowserPlugin :
void OnRequestObjectGarbageCollected(int request_id);
// V8 garbage collection callback for |object|.
static void WeakCallbackForPersistObject(v8::Isolate* isolate,
- v8::Persistent<v8::Value> object,
+ v8::Persistent<v8::Value>* object,
void* param);
// IPC message handlers.
« no previous file with comments | « chrome/renderer/extensions/scoped_persistent.h ('k') | content/renderer/browser_plugin/browser_plugin.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698