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

Unified Diff: chrome/renderer/extensions/module_system.h

Issue 23679004: Remove more calls to HandleScope default ctor. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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: chrome/renderer/extensions/module_system.h
diff --git a/chrome/renderer/extensions/module_system.h b/chrome/renderer/extensions/module_system.h
index 42b268f11a80ed757fc5876569233b1221ebd92d..d2ad8af7f429f2ef4162c5069428223b715af5aa 100644
--- a/chrome/renderer/extensions/module_system.h
+++ b/chrome/renderer/extensions/module_system.h
@@ -134,6 +134,8 @@ class ModuleSystem : public ObjectBackedNativeHandler {
exception_handler_ = handler.Pass();
}
+ v8::Isolate* GetIsolate() const;
+
protected:
friend class ChromeV8Context;
virtual void Invalidate() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698