| Index: Source/core/html/HTMLTableElement.cpp
|
| diff --git a/Source/core/html/HTMLTableElement.cpp b/Source/core/html/HTMLTableElement.cpp
|
| index f0a0a206d881e96ac43df5e66f24a2ab606b58b8..0a01dd8a215bf45263c7aa82ef0a2bd9e671e324 100644
|
| --- a/Source/core/html/HTMLTableElement.cpp
|
| +++ b/Source/core/html/HTMLTableElement.cpp
|
| @@ -214,7 +214,7 @@ PassRefPtrWillBeRawPtr<HTMLElement> HTMLTableElement::insertRow(int index, Excep
|
| }
|
| }
|
|
|
| - RefPtr<ContainerNode> parent;
|
| + RefPtrWillBeRawPtr<ContainerNode> parent;
|
| if (lastRow)
|
| parent = row ? row->parentNode() : lastRow->parentNode();
|
| else {
|
|
|