| Index: third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| diff --git a/third_party/WebKit/Source/core/style/ComputedStyle.cpp b/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| index e95e2fd7fac2a9b3651545afe4380dff1307bd39..ed5d0cdb7a8ea3e442246d7812cb1f1f23a44c64 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| @@ -834,6 +834,7 @@ void ComputedStyle::setContent(PassRefPtrWillBeRawPtr<StyleImage> image, bool ad
|
|
|
| void ComputedStyle::setContent(const String& string, bool add)
|
| {
|
| + ASSERT(!string.isNull());
|
| OwnPtrWillBePersistent<ContentData>& content = rareNonInheritedData.access()->m_content;
|
| if (add) {
|
| ContentData* lastContent = content.get();
|
|
|