| Index: Source/core/testing/Internals.h
|
| diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h
|
| index 7e96617902d9ef1a8b43e06ad9c3984401c65f36..e4115cb76b1de92f090d91bf0a5b2aa0f1226701 100644
|
| --- a/Source/core/testing/Internals.h
|
| +++ b/Source/core/testing/Internals.h
|
| @@ -93,7 +93,7 @@ public:
|
| bool isSharingStyle(Element*, Element*, ExceptionState&) const;
|
|
|
| size_t numberOfScopedHTMLStyleChildren(const Node*, ExceptionState&) const;
|
| - PassRefPtr<CSSComputedStyleDeclaration> computedStyleIncludingVisitedInfo(Node*, ExceptionState&) const;
|
| + PassRefPtrWillBeRawPtr<CSSComputedStyleDeclaration> computedStyleIncludingVisitedInfo(Node*, ExceptionState&) const;
|
|
|
| ShadowRoot* shadowRoot(Element* host, ExceptionState&);
|
| ShadowRoot* youngestShadowRoot(Element* host, ExceptionState&);
|
|
|