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

Unified Diff: Source/core/svg/SVGPathSegCurvetoQuadraticRel.idl

Issue 146423002: Move [StrictTypeChecking] to interface (from members), where possible (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 6 years, 11 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
Index: Source/core/svg/SVGPathSegCurvetoQuadraticRel.idl
diff --git a/Source/core/svg/SVGPathSegCurvetoQuadraticRel.idl b/Source/core/svg/SVGPathSegCurvetoQuadraticRel.idl
index cfd7e87e0b89b0e5658136ab6b6db897d3f4567e..7554dfe66105c0a9b1f1e7804eb72dd60063112e 100644
--- a/Source/core/svg/SVGPathSegCurvetoQuadraticRel.idl
+++ b/Source/core/svg/SVGPathSegCurvetoQuadraticRel.idl
@@ -24,10 +24,12 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-interface SVGPathSegCurvetoQuadraticRel : SVGPathSeg {
- [StrictTypeChecking] attribute float x;
- [StrictTypeChecking] attribute float y;
- [StrictTypeChecking] attribute float x1;
- [StrictTypeChecking] attribute float y1;
+[
+ StrictTypeChecking,
+] interface SVGPathSegCurvetoQuadraticRel : SVGPathSeg {
+ attribute float x;
+ attribute float y;
+ attribute float x1;
+ attribute float y1;
};
« no previous file with comments | « Source/core/svg/SVGPathSegCurvetoQuadraticAbs.idl ('k') | Source/core/svg/SVGPathSegCurvetoQuadraticSmoothAbs.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698