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

Unified Diff: core/html/TextMetrics.idl

Issue 581453002: Dartium Roll 38 roll (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Sync'd w/ r 182210 Created 6 years, 3 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 | « core/html/MediaKeyError.idl ('k') | core/html/TimeRanges.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/html/TextMetrics.idl
diff --git a/core/html/TextMetrics.idl b/core/html/TextMetrics.idl
index 14f11483dd22c0169c1f564d399f1ab4f2d9e278..c7d929a8ffc4be0fab991ad8ea7855d688d794e6 100644
--- a/core/html/TextMetrics.idl
+++ b/core/html/TextMetrics.idl
@@ -23,6 +23,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
[
+ WillBeGarbageCollected,
] interface TextMetrics {
// x-direction
readonly attribute float width;
@@ -40,4 +41,3 @@
[RuntimeEnabled=ExperimentalCanvasFeatures] readonly attribute float alphabeticBaseline;
[RuntimeEnabled=ExperimentalCanvasFeatures] readonly attribute float ideographicBaseline;
};
-
« no previous file with comments | « core/html/MediaKeyError.idl ('k') | core/html/TimeRanges.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698