| Index: Source/web/WebFrameImpl.cpp
|
| diff --git a/Source/web/WebFrameImpl.cpp b/Source/web/WebFrameImpl.cpp
|
| index 59e09e5bf1e1aa298b0ce98c6c8024aafe3398fd..81b3706673489753273a3f070233e6c5b90f21c0 100644
|
| --- a/Source/web/WebFrameImpl.cpp
|
| +++ b/Source/web/WebFrameImpl.cpp
|
| @@ -205,7 +205,7 @@ namespace WebKit {
|
| static int frameCount = 0;
|
|
|
| // Key for a StatsCounter tracking how many WebFrames are active.
|
| -static const char* const webFrameActiveCount = "WebFrameActiveCount";
|
| +static const char webFrameActiveCount[] = "WebFrameActiveCount";
|
|
|
| static void frameContentAsPlainText(size_t maxChars, Frame* frame, StringBuilder& output)
|
| {
|
|
|