| Index: core/workers/WorkerConsole.idl
|
| diff --git a/core/page/BarProp.idl b/core/workers/WorkerConsole.idl
|
| similarity index 92%
|
| copy from core/page/BarProp.idl
|
| copy to core/workers/WorkerConsole.idl
|
| index cc9ce71cedf715be850546f9ce0633a780e48111..84e181bcbaf3fd084f97622defdfe62913133297 100644
|
| --- a/core/page/BarProp.idl
|
| +++ b/core/workers/WorkerConsole.idl
|
| @@ -1,5 +1,5 @@
|
| /*
|
| - * Copyright (C) 2007 Apple Inc. All rights reserved.
|
| + * Copyright (C) 2013 Google Inc. All rights reserved.
|
| *
|
| * Redistribution and use in source and binary forms, with or without
|
| * modification, are permitted provided that the following conditions
|
| @@ -26,7 +26,7 @@
|
| * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -interface BarProp {
|
| - readonly attribute boolean visible;
|
| +[
|
| + NoInterfaceObject
|
| +] interface WorkerConsole : ConsoleBase {
|
| };
|
| -
|
|
|