Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(985)

Unified Diff: Source/core/page/BarProp.idl

Issue 14773013: Rename BarInfo to BarProp and remove [NoInterfaceObject] attribute (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/page/BarProp.cpp ('k') | Source/core/page/DOMWindow.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/BarProp.idl
diff --git a/Source/core/page/BarInfo.idl b/Source/core/page/BarProp.idl
similarity index 97%
rename from Source/core/page/BarInfo.idl
rename to Source/core/page/BarProp.idl
index 685e21b43c627f1992bb9b62f67ffd59054844a9..8f91d38ada4fe860b927d519468bf8432c196fe7 100644
--- a/Source/core/page/BarInfo.idl
+++ b/Source/core/page/BarProp.idl
@@ -26,9 +26,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-[
- NoInterfaceObject,
-] interface BarInfo {
+interface BarProp {
readonly attribute boolean visible;
};
« no previous file with comments | « Source/core/page/BarProp.cpp ('k') | Source/core/page/DOMWindow.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698