| Index: Source/core/dom/Node.h
|
| diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h
|
| index 0fe20e6100903be3655ff9cee5b895f5448a6c76..4d8d62ecbb068624ac50bf524f52b57539fd01df 100644
|
| --- a/Source/core/dom/Node.h
|
| +++ b/Source/core/dom/Node.h
|
| @@ -565,7 +565,9 @@ public:
|
| void reattach(const AttachContext& = AttachContext());
|
| void lazyReattachIfAttached();
|
| ContainerNode* parentNodeForRenderingAndStyle();
|
| -
|
| +
|
| + void reattachWhitespaceSiblings() const;
|
| +
|
| // Wrapper for nodes that don't have a renderer, but still cache the style (like HTMLOptionElement).
|
| RenderStyle* renderStyle() const;
|
|
|
|
|