Index: chrome_frame/chrome_frame_automation.cc |
=================================================================== |
--- chrome_frame/chrome_frame_automation.cc (revision 27386) |
+++ chrome_frame/chrome_frame_automation.cc (working copy) |
@@ -144,8 +144,8 @@ |
} |
template <> struct RunnableMethodTraits<ProxyFactory> { |
- void RetainCallee(ProxyFactory* obj) {} |
- void ReleaseCallee(ProxyFactory* obj) {} |
+ static void RetainCallee(ProxyFactory* obj) {} |
+ static void ReleaseCallee(ProxyFactory* obj) {} |
}; |
ProxyFactory::ProxyFactory() |