| 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 add301f0cc554a02aa9cadb122527dae12f48bd4..bca9099e9d7a2fd8d88317f11fce9d5f4798a158 100644
|
| --- a/third_party/WebKit/Source/core/dom/Node.h
|
| +++ b/third_party/WebKit/Source/core/dom/Node.h
|
| @@ -366,7 +366,7 @@ class CORE_EXPORT Node : public EventTarget {
|
| };
|
| virtual void notifyLoadedSheetAndAllCriticalSubresources(
|
| LoadedSheetErrorStatus) {}
|
| - virtual void startLoadingDynamicSheet() { ASSERT_NOT_REACHED(); }
|
| + virtual void startLoadingDynamicSheet() { NOTREACHED(); }
|
|
|
| bool hasName() const {
|
| DCHECK(!isTextNode());
|
|
|