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::EventChainVisitornsEventChainPreVisitor→mozilla::EventChainPreVisitornsEventChainPostVisitor→mozilla::EventChainPostVisitornsDispatchingCallback→mozilla::EventDispatchingCallbacknsEventDispatcher→mozilla::EventDispatcherELMCreationDetector→mozilla::ELMCreationDetectornsEventTargetChainItem→mozilla::EventTargetChainItem
ファイル名は、EventDispatcher.(cpp|h)で、ヘッダはエクスポートされていますので、#include "mozilla/EventDispatcher.h"と記述すべきです。