| Index: sky/engine/public/web/WebNode.h
|
| diff --git a/sky/engine/public/web/WebNode.h b/sky/engine/public/web/WebNode.h
|
| index 7a1f4edcf8aed34e0c400c507fef11434e432cc3..d720a5e16b57fc79d51cec3a8f4de2163757589f 100644
|
| --- a/sky/engine/public/web/WebNode.h
|
| +++ b/sky/engine/public/web/WebNode.h
|
| @@ -10,7 +10,7 @@
|
| * * Redistributions in binary form must reproduce the above
|
| * copyright notice, this list of conditions and the following disclaimer
|
| * in the documentation and/or other materials provided with the
|
| - * distribution.
|
| + * distribution.z
|
| * * Neither the name of Google Inc. nor the names of its
|
| * contributors may be used to endorse or promote products derived from
|
| * this software without specific prior written permission.
|
| @@ -72,7 +72,6 @@ public:
|
|
|
| enum NodeType {
|
| ElementNode = 1,
|
| - AttributeNode = 2,
|
| TextNode = 3,
|
| CDataSectionNode = 4,
|
| // EntityReferenceNodes are impossible to create in Blink.
|
|
|