| Index: Source/core/dom/Position.cpp
|
| diff --git a/Source/core/dom/Position.cpp b/Source/core/dom/Position.cpp
|
| index 5a47457fe2e47f93e5a26de0c994e5fa9605a2ad..2bdca345bcd35b71212f7de66cb6dc3262769838 100644
|
| --- a/Source/core/dom/Position.cpp
|
| +++ b/Source/core/dom/Position.cpp
|
| @@ -285,7 +285,7 @@
|
| return toElement(n);
|
| }
|
|
|
| -PassRefPtrWillBeRawPtr<CSSComputedStyleDeclaration> Position::computedStyle() const
|
| +PassRefPtr<CSSComputedStyleDeclaration> Position::computedStyle() const
|
| {
|
| Element* elem = element();
|
| if (!elem)
|
|
|