| Index: third_party/WebKit/Source/core/dom/StyleChangeReason.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/StyleChangeReason.cpp b/third_party/WebKit/Source/core/dom/StyleChangeReason.cpp
|
| index c7bac2ddaf89aff4ffa9cf75a5eead24da219814..8ea35fb20a2d14d285a925a1439263c25206bf39 100644
|
| --- a/third_party/WebKit/Source/core/dom/StyleChangeReason.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/StyleChangeReason.cpp
|
| @@ -57,7 +57,7 @@ DEFINE_GLOBAL(AtomicString, Unresolved)
|
|
|
| void init()
|
| {
|
| - ASSERT(isMainThread());
|
| + DCHECK(isMainThread());
|
|
|
| new (NotNull, (void*)&Active) AtomicString(":active");
|
| new (NotNull, (void*)&Disabled) AtomicString(":disabled");
|
|
|