| Index: third_party/WebKit/Source/core/dom/ContainerNode.h
|
| diff --git a/third_party/WebKit/Source/core/dom/ContainerNode.h b/third_party/WebKit/Source/core/dom/ContainerNode.h
|
| index 18c7316949c48308947d9ee8a4a52c645877fdfe..6fbe990954c874c043f38d3f53f9f52b9891205e 100644
|
| --- a/third_party/WebKit/Source/core/dom/ContainerNode.h
|
| +++ b/third_party/WebKit/Source/core/dom/ContainerNode.h
|
| @@ -2,7 +2,8 @@
|
| * Copyright (C) 1999 Lars Knoll (knoll@kde.org)
|
| * (C) 1999 Antti Koivisto (koivisto@kde.org)
|
| * (C) 2001 Dirk Mueller (mueller@kde.org)
|
| - * Copyright (C) 2004, 2005, 2006, 2007, 2009, 2010, 2011, 2013 Apple Inc. All rights reserved.
|
| + * Copyright (C) 2004, 2005, 2006, 2007, 2009, 2010, 2011, 2013 Apple Inc. All
|
| + * rights reserved.
|
| *
|
| * This library is free software; you can redistribute it and/or
|
| * modify it under the terms of the GNU Library General Public
|
| @@ -223,8 +224,9 @@ class CORE_EXPORT ContainerNode : public Node {
|
|
|
| bool needsAdjacentStyleRecalc() const;
|
|
|
| - // FIXME: These methods should all be renamed to something better than "check",
|
| - // since it's not clear that they alter the style bits of siblings and children.
|
| + // FIXME: These methods should all be renamed to something better than
|
| + // "check", since it's not clear that they alter the style bits of siblings
|
| + // and children.
|
| enum SiblingCheckType {
|
| FinishedParsingChildren,
|
| SiblingElementInserted,
|
| @@ -239,7 +241,8 @@ class CORE_EXPORT ContainerNode : public Node {
|
| bool childrenSupportStyleSharing() const { return !hasRestyleFlags(); }
|
|
|
| // -----------------------------------------------------------------------------
|
| - // Notification of document structure changes (see core/dom/Node.h for more notification methods)
|
| + // Notification of document structure changes (see core/dom/Node.h for more
|
| + // notification methods)
|
|
|
| enum ChildrenChangeType {
|
| ElementInserted,
|
| @@ -292,8 +295,9 @@ class CORE_EXPORT ContainerNode : public Node {
|
| ChildrenChangeSource byParser;
|
| };
|
|
|
| - // Notifies the node that it's list of children have changed (either by adding or removing child nodes), or a child
|
| - // node that is of the type CDATA_SECTION_NODE, TEXT_NODE or COMMENT_NODE has changed its value.
|
| + // Notifies the node that it's list of children have changed (either by adding
|
| + // or removing child nodes), or a child node that is of the type
|
| + // CDATA_SECTION_NODE, TEXT_NODE or COMMENT_NODE has changed its value.
|
| virtual void childrenChanged(const ChildrenChange&);
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|