| Index: Source/core/dom/Entity.h
|
| diff --git a/Source/core/dom/Entity.h b/Source/core/dom/Entity.h
|
| index 5c1a57a510cef71bca95d6b2d28fb3cd555b4bbb..f49d26a102eafda45b5e4e06ee2d7c4ce5b1e93f 100644
|
| --- a/Source/core/dom/Entity.h
|
| +++ b/Source/core/dom/Entity.h
|
| @@ -26,8 +26,7 @@
|
|
|
| namespace WebCore {
|
|
|
| -// FIXME: This abstract class is only here so that the JavaScript and Objective-C bindings
|
| -// can continue to be compiled.
|
| +// FIXME: This abstract class is only here so that the JavaScript and bindings can continue to be compiled.
|
| class Entity : public ContainerNode {
|
| public:
|
| String publicId() const { ASSERT_NOT_REACHED(); return String(); }
|
|
|