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

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

Issue 62843007: Remove implementation of Entity constructor (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 1 month 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Entity.h
diff --git a/Source/core/dom/Entity.h b/Source/core/dom/Entity.h
index ee46c2c7bdfce2622d1ddf7377264bb94a7d35ee..e1a7a0025135e91bbac997449a7c68e8d900e424 100644
--- a/Source/core/dom/Entity.h
+++ b/Source/core/dom/Entity.h
@@ -28,11 +28,7 @@ namespace WebCore {
class Entity : public ContainerNode {
private:
- Entity() : ContainerNode(0)
- {
- ASSERT_NOT_REACHED();
- ScriptWrappable::init(this);
- }
+ Entity(); // Left unimplemented on purpose.
};
} // namespace WebCore
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698