Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(797)

Unified Diff: Source/core/dom/Entity.h

Issue 13844022: Remove code to support Objective-C bindings (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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(); }

Powered by Google App Engine
This is Rietveld 408576698