| Index: Source/WebCore/dom/Clipboard.idl
|
| ===================================================================
|
| --- Source/WebCore/dom/Clipboard.idl (revision 142703)
|
| +++ Source/WebCore/dom/Clipboard.idl (working copy)
|
| @@ -26,7 +26,9 @@
|
| * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -interface Clipboard {
|
| +[
|
| + V8SkipVTableValidation
|
| +] interface Clipboard {
|
| [TreatReturnedNullStringAs=Undefined] attribute DOMString dropEffect;
|
| [TreatReturnedNullStringAs=Undefined] attribute DOMString effectAllowed;
|
| [CustomGetter] readonly attribute Array types;
|
|
|