LabelableElement.cpp should include not ElementRareData.h but NodeRareData.h
authorharaken@chromium.org <haraken@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Wed, 27 Jun 2012 07:48:24 +0000 (07:48 +0000)
committerharaken@chromium.org <haraken@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Wed, 27 Jun 2012 07:48:24 +0000 (07:48 +0000)
commit7adecacc2d47ac50db80c978b77af9d43af47e52
treecef7d1fb89d3e0db6372b54b0e6eb9b2a1a84666
parent9df02c606bffafa15cacc32e6189937caa0f156d
LabelableElement.cpp should include not ElementRareData.h but NodeRareData.h
https://bugs.webkit.org/show_bug.cgi?id=90047

Reviewed by Kent Tamura.

This is a simple refactoring. What LabelableElement uses is
not ElementRareData but NodeRareData.

No tests. No change in behavior.

* html/LabelableElement.cpp:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@121327 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Source/WebCore/ChangeLog
Source/WebCore/html/LabelableElement.cpp