| Index: Source/core/dom/shadow/ShadowRoot.h
|
| diff --git a/Source/core/dom/shadow/ShadowRoot.h b/Source/core/dom/shadow/ShadowRoot.h
|
| index 17b1ad35958a32ecc8d2b104f923b81ffe4b4dca..43091ff3ecb6104f1b1fb75ee70067a3814547f5 100644
|
| --- a/Source/core/dom/shadow/ShadowRoot.h
|
| +++ b/Source/core/dom/shadow/ShadowRoot.h
|
| @@ -157,7 +157,7 @@ private:
|
| void invalidateDescendantInsertionPoints();
|
|
|
| // ShadowRoots should never be cloned.
|
| - virtual PassRefPtr<Node> cloneNode(bool) OVERRIDE { return 0; }
|
| + virtual PassRefPtr<Node> cloneNode(bool) OVERRIDE { return nullptr; }
|
|
|
| // FIXME: This shouldn't happen. https://bugs.webkit.org/show_bug.cgi?id=88834
|
| bool isOrphan() const { return !host(); }
|
|
|