| Index: Source/core/events/ClipboardEvent.idl
 | 
| diff --git a/Source/core/html/canvas/CHROMIUMValuebuffer.idl b/Source/core/events/ClipboardEvent.idl
 | 
| similarity index 66%
 | 
| copy from Source/core/html/canvas/CHROMIUMValuebuffer.idl
 | 
| copy to Source/core/events/ClipboardEvent.idl
 | 
| index 82b40035197d81d6ef265b1f172fe87d0396331d..96db58949e66b63c5606f7bed33afa07703db775 100644
 | 
| --- a/Source/core/html/canvas/CHROMIUMValuebuffer.idl
 | 
| +++ b/Source/core/events/ClipboardEvent.idl
 | 
| @@ -2,8 +2,7 @@
 | 
|  // Use of this source code is governed by a BSD-style license that can be
 | 
|  // found in the LICENSE file.
 | 
|  
 | 
| -[
 | 
| -    NoInterfaceObject,
 | 
| -    WillBeGarbageCollected,
 | 
| -] interface CHROMIUMValuebuffer {
 | 
| +interface ClipboardEvent : Event {
 | 
| +    readonly attribute DataTransfer clipboardData;
 | 
|  };
 | 
| +
 | 
| 
 |