| Index: third_party/WebKit/public/platform/WebTraceLocation.h
|
| diff --git a/third_party/WebKit/public/platform/WebTraceLocation.h b/third_party/WebKit/public/platform/WebTraceLocation.h
|
| index dfa73fbc7b091c94c48ca1f53776ae48ef6efadc..3203f0805ae85ceb1534ec0937db30927a3605c4 100644
|
| --- a/third_party/WebKit/public/platform/WebTraceLocation.h
|
| +++ b/third_party/WebKit/public/platform/WebTraceLocation.h
|
| @@ -25,9 +25,7 @@ private:
|
| const char* m_fileName;
|
| };
|
|
|
| -#if INSIDE_BLINK
|
| -#define FROM_HERE ::blink::WebTraceLocation(__FUNCTION__, __FILE__)
|
| -#endif // INSIDE_BLINK
|
| +#define BLINK_FROM_HERE ::blink::WebTraceLocation(__FUNCTION__, __FILE__)
|
|
|
| }
|
|
|
|
|