| Index: webkit/port/bindings/v8/v8_proxy.cpp
|
| ===================================================================
|
| --- webkit/port/bindings/v8/v8_proxy.cpp (revision 11210)
|
| +++ webkit/port/bindings/v8/v8_proxy.cpp (working copy)
|
| @@ -2306,7 +2306,8 @@
|
| // Install counters handler with V8.
|
| static bool v8_counters_initialized = false;
|
| if (!v8_counters_initialized) {
|
| - ChromiumBridge::initV8CounterFunction();
|
| + // TODO(eroman):
|
| + //ChromiumBridge::initV8CounterFunction();
|
| v8_counters_initialized = true;
|
| }
|
|
|
|
|