Bug-org 983049 Rename nsEventDispatcher to mozilla::EventDispatcher
初回投稿日時: 2014年03月20日22時08分13秒
最終更新日時: 2014年03月20日22時09分21秒
カテゴリ: Mozilla Core Mozilla31 バグ修正
SNS:
Tweet (list)
この修正により、各クラス名は以下のように変更されています。
nsEventChainVisitor
→mozilla::EventChainVisitor
nsEventChainPreVisitor
→mozilla::EventChainPreVisitor
nsEventChainPostVisitor
→mozilla::EventChainPostVisitor
nsDispatchingCallback
→mozilla::EventDispatchingCallback
nsEventDispatcher
→mozilla::EventDispatcher
ELMCreationDetector
→mozilla::ELMCreationDetector
nsEventTargetChainItem
→mozilla::EventTargetChainItem
ファイル名は、EventDispatcher.(cpp|h)
で、ヘッダはエクスポートされていますので、#include "mozilla/EventDispatcher.h"
と記述すべきです。