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

Unified Diff: Source/modules/InitModules.h

Issue 426063010: IndexedDB: Fixed threading bugs with use of AtomicStrings. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Commented names and removed bison build rule Created 6 years, 4 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/modules/InitModules.h
diff --git a/Source/modules/InitModules.h b/Source/modules/InitModules.h
index 024e761f6c6ec8f048df081fa0d67d6c2a9f5112..4b39bed91fe56f284883e5d5e1712d4a9892d6ea 100644
--- a/Source/modules/InitModules.h
+++ b/Source/modules/InitModules.h
@@ -15,6 +15,9 @@ class ExceptionState;
class ModulesInitializer : public CoreInitializer {
public:
+ virtual void init() OVERRIDE;
+
+protected:
virtual void registerEventFactory() OVERRIDE;
virtual void initEventNames() OVERRIDE;
virtual void initEventTargetNames() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698