| Index: Source/core/workers/AbstractWorker.idl
|
| diff --git a/Source/core/workers/AbstractWorker.idl b/Source/core/workers/AbstractWorker.idl
|
| index fc46a145f91379787079ad57898f78c9313e3a4b..bfe9347841aca44efad20662404386bc290fd2f3 100644
|
| --- a/Source/core/workers/AbstractWorker.idl
|
| +++ b/Source/core/workers/AbstractWorker.idl
|
| @@ -29,6 +29,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| +// http://www.whatwg.org/specs/web-apps/current-work/#the-abstractworker-abstract-interface
|
| +
|
| [
|
| LegacyTreatAsPartialInterface,
|
| NoInterfaceObject, // Always used on target of 'implements'
|
|
|