| Index: third_party/WebKit/Source/core/layout/LayoutMenuList.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutMenuList.cpp b/third_party/WebKit/Source/core/layout/LayoutMenuList.cpp
|
| index e6f24ddfbea08a40ae1111ab764e8a6cd3977e0f..05cace5fc070ac459297c84b2fa00f0ad32c5e83 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutMenuList.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutMenuList.cpp
|
| @@ -70,7 +70,7 @@ void LayoutMenuList::createInnerBlock() {
|
| ASSERT(!firstChild());
|
| m_innerBlock = createAnonymousBlock();
|
|
|
| - m_buttonText = new LayoutText(&document(), StringImpl::empty());
|
| + m_buttonText = new LayoutText(&document(), StringImpl::empty);
|
| // We need to set the text explicitly though it was specified in the
|
| // constructor because LayoutText doesn't refer to the text
|
| // specified in the constructor in a case of re-transforming.
|
|
|