Chromium Code Reviews| Index: Source/devtools/front_end/ui/PropertiesSection.js |
| diff --git a/Source/core/frame/BarProp.idl b/Source/devtools/front_end/ui/PropertiesSection.js |
| similarity index 94% |
| copy from Source/core/frame/BarProp.idl |
| copy to Source/devtools/front_end/ui/PropertiesSection.js |
| index a7be530c7ac1a7893278eb36076a742094a48229..3f557c2b227398de6bacbd49b3ff72236ed8adc8 100644 |
| --- a/Source/core/frame/BarProp.idl |
| +++ b/Source/devtools/front_end/ui/PropertiesSection.js |
| @@ -1,5 +1,6 @@ |
| /* |
|
apavlov
2014/11/12 13:25:57
Please delete the file.
pfeldman
2014/11/12 13:30:11
Done.
|
| * Copyright (C) 2007 Apple Inc. All rights reserved. |
| + * Copyright (C) 2009 Google Inc. All rights reserved. |
| * |
| * Redistribution and use in source and binary forms, with or without |
| * modification, are permitted provided that the following conditions |
| @@ -25,10 +26,3 @@ |
| * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| */ |
| - |
| -[ |
| - WillBeGarbageCollected, |
| -] interface BarProp { |
| - readonly attribute boolean visible; |
| -}; |
| - |