Index: gin/modules/timer.cc |
diff --git a/gin/modules/timer.cc b/gin/modules/timer.cc |
index ebe75bbe6b6a6a8a984cf42f657f82c737fb67c7..8ffb842c2e55a280c410cda26960757713a35430 100644 |
--- a/gin/modules/timer.cc |
+++ b/gin/modules/timer.cc |
@@ -65,6 +65,7 @@ void Timer::OnTimerFired() { |
// TimerModule |
+const char TimerModule::kName[] = "timer"; |
WrapperInfo TimerModule::kWrapperInfo = { kEmbedderNativeGin }; |
// static |