| Index: third_party/WebKit/Source/core/dom/Node.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Node.h b/third_party/WebKit/Source/core/dom/Node.h
|
| index 48be800ba4933c190ca429bf17cb94396e699a92..870742f398f6dbb42f471be00a2b9fb23edcce7d 100644
|
| --- a/third_party/WebKit/Source/core/dom/Node.h
|
| +++ b/third_party/WebKit/Source/core/dom/Node.h
|
| @@ -164,7 +164,7 @@ class CORE_EXPORT Node : public EventTarget {
|
| static void* allocateObject(size_t size, bool isEager) {
|
| ThreadState* state =
|
| ThreadStateFor<ThreadingTrait<Node>::Affinity>::state();
|
| - const char typeName[] = "blink::Node";
|
| + const char* typeName = "blink::Node";
|
| return ThreadHeap::allocateOnArenaIndex(
|
| state, size,
|
| isEager ? BlinkGC::EagerSweepArenaIndex : BlinkGC::NodeArenaIndex,
|
|
|