| Index: Source/core/dom/StringCallback.idl | 
| diff --git a/Source/core/dom/StringCallback.idl b/Source/core/dom/StringCallback.idl | 
| index 9ed416f97c990bc8b989819957639a82aafac7f5..9ab79c13cede2950d44de2052494d3388252fc4f 100644 | 
| --- a/Source/core/dom/StringCallback.idl | 
| +++ b/Source/core/dom/StringCallback.idl | 
| @@ -28,8 +28,6 @@ | 
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 
| */ | 
|  | 
| -[ | 
| -    Callback | 
| -] interface StringCallback { | 
| +callback interface StringCallback { | 
| boolean handleEvent(DOMString data); | 
| }; | 
|  |