| Index: third_party/WebKit/Source/platform/v8_inspector/V8Console.h
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8Console.h b/third_party/WebKit/Source/platform/v8_inspector/V8Console.h
|
| index bd5fb8cd296fe175832fe855974b7853781f6539..1080baa60a7c31b206c1d627f8d6c22c9d9d78e5 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8Console.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8Console.h
|
| @@ -43,7 +43,7 @@ private:
|
| static void timeCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| static void timeEndCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| static void timeStampCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| - // TODO(philipj): There is no spec for the Memory Info API, see blink-dev:
|
| + // TODO(foolip): There is no spec for the Memory Info API, see blink-dev:
|
| // https://groups.google.com/a/chromium.org/d/msg/blink-dev/g5YRCGpC9vs/b4OJz71NmPwJ
|
| static void memoryGetterCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| static void memorySetterCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
|
|