| Index: Source/core/events/CompositionEvent.idl
|
| diff --git a/Source/core/events/CompositionEvent.idl b/Source/core/events/CompositionEvent.idl
|
| index 0da4138ebecf8791bfd8bbdc115f3885b922cc41..6577e746125270cbf05c437b63c04895c9ded1a3 100644
|
| --- a/Source/core/events/CompositionEvent.idl
|
| +++ b/Source/core/events/CompositionEvent.idl
|
| @@ -31,10 +31,6 @@
|
|
|
| readonly attribute DOMString data;
|
|
|
| - [RuntimeEnabled=IMEAPI] readonly attribute long activeSegmentStart;
|
| - [RuntimeEnabled=IMEAPI] readonly attribute long activeSegmentEnd;
|
| - [RuntimeEnabled=IMEAPI] sequence<unsigned long> getSegments();
|
| -
|
| void initCompositionEvent([Default=Undefined] optional DOMString typeArg,
|
| [Default=Undefined] optional boolean canBubbleArg,
|
| [Default=Undefined] optional boolean cancelableArg,
|
|
|