| Index: sky/engine/core/events/CompositionEvent.idl
|
| diff --git a/sky/engine/core/events/CompositionEvent.idl b/sky/engine/core/events/CompositionEvent.idl
|
| index 8b1d740fd687d41e8298b8a90250b04ecdef8c24..756b4a796238dc91a3a3abceecbce27a373bf8f7 100644
|
| --- a/sky/engine/core/events/CompositionEvent.idl
|
| +++ b/sky/engine/core/events/CompositionEvent.idl
|
| @@ -29,9 +29,9 @@
|
|
|
| [InitializedByEventConstructor] readonly attribute DOMString data;
|
|
|
| - [RuntimeEnabled=IMEAPI] readonly attribute long activeSegmentStart;
|
| - [RuntimeEnabled=IMEAPI] readonly attribute long activeSegmentEnd;
|
| - [RuntimeEnabled=IMEAPI] sequence<unsigned long> getSegments();
|
| + readonly attribute long activeSegmentStart;
|
| + readonly attribute long activeSegmentEnd;
|
| + sequence<unsigned long> getSegments();
|
|
|
| void initCompositionEvent([Default=Undefined] optional DOMString typeArg,
|
| [Default=Undefined] optional boolean canBubbleArg,
|
|
|