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

Unified Diff: chrome/renderer/resource_bundle_source_map.h

Issue 11312157: Add ExceptionHandler to ModuleSystem, remove heap allocated v8::TryCatch. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rename dispatchJSON -> dispatchEvent Created 8 years 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/module_system_unittest.cc ('k') | chrome/test/base/module_system_test.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/resource_bundle_source_map.h
diff --git a/chrome/renderer/resource_bundle_source_map.h b/chrome/renderer/resource_bundle_source_map.h
index b77b32fe11baea8962c9a4b734b20a2514c29758..9fcf01fa7965fed166426582b9c33d65805f5d74 100644
--- a/chrome/renderer/resource_bundle_source_map.h
+++ b/chrome/renderer/resource_bundle_source_map.h
@@ -22,7 +22,7 @@ namespace ui {
class ResourceBundleSourceMap : public extensions::ModuleSystem::SourceMap {
public:
explicit ResourceBundleSourceMap(const ui::ResourceBundle* resource_bundle);
- ~ResourceBundleSourceMap();
+ virtual ~ResourceBundleSourceMap();
virtual v8::Handle<v8::Value> GetSource(const std::string& name) OVERRIDE;
virtual bool Contains(const std::string& name) OVERRIDE;
« no previous file with comments | « chrome/renderer/extensions/module_system_unittest.cc ('k') | chrome/test/base/module_system_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698