| Index: Source/modules/testing/InternalsVibration.idl
|
| diff --git a/Source/modules/filesystem/EntriesCallback.idl b/Source/modules/testing/InternalsVibration.idl
|
| similarity index 91%
|
| copy from Source/modules/filesystem/EntriesCallback.idl
|
| copy to Source/modules/testing/InternalsVibration.idl
|
| index 8bed9d54bdb50f70758c8adb40e62f75ac735ee8..51eaa2928f3c6dcd94e73ab507c4b18d27514504 100644
|
| --- a/Source/modules/filesystem/EntriesCallback.idl
|
| +++ b/Source/modules/testing/InternalsVibration.idl
|
| @@ -1,5 +1,5 @@
|
| /*
|
| - * Copyright (C) 2010 Google Inc. All rights reserved.
|
| + * Copyright (C) 2013 Samsung Electronics. All rights reserved.
|
| *
|
| * Redistribution and use in source and binary forms, with or without
|
| * modification, are permitted provided that the following conditions are
|
| @@ -28,6 +28,7 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -callback interface EntriesCallback {
|
| - boolean handleEvent(Entry[] entries);
|
| +[
|
| +] partial interface Internals {
|
| + boolean isVibrating(Document document);
|
| };
|
|
|