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