| Index: Source/platform/TraceLocation.h
|
| diff --git a/Source/platform/TraceLocation.h b/Source/platform/TraceLocation.h
|
| index a44ce85c3b8532cbf8ec66fdb1612b934d5e82b6..885a2e4c5ae7c1972721d06bd276d9fe6233317c 100644
|
| --- a/Source/platform/TraceLocation.h
|
| +++ b/Source/platform/TraceLocation.h
|
| @@ -9,7 +9,7 @@
|
| // that we could easily replace usage of TraceLocation
|
| // with base::Location after merging into Chromium.
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class TraceLocation {
|
| public:
|
| @@ -33,7 +33,7 @@ private:
|
| const char* m_fileName;
|
| };
|
|
|
| -#define FROM_HERE ::WebCore::TraceLocation(__FUNCTION__, __FILE__)
|
| +#define FROM_HERE ::blink::TraceLocation(__FUNCTION__, __FILE__)
|
| }
|
|
|
| #endif // TraceLocation_h
|
|
|