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

Unified Diff: Source/core/html/track/vtt/VTTCue.h

Issue 869173002: VTTCue: Remove dead exception throwing code in setLine/setPosition (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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
« no previous file with comments | « no previous file | Source/core/html/track/vtt/VTTCue.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/track/vtt/VTTCue.h
diff --git a/Source/core/html/track/vtt/VTTCue.h b/Source/core/html/track/vtt/VTTCue.h
index d0062d3a299556e2c1cb4c5ce5e80ab4b76b49c9..75bed2bc8e07ab96cbd219f6129ea66eb2192989 100644
--- a/Source/core/html/track/vtt/VTTCue.h
+++ b/Source/core/html/track/vtt/VTTCue.h
@@ -78,7 +78,7 @@ public:
void setSnapToLines(bool);
void line(DoubleOrAutoKeyword&) const;
- void setLine(const DoubleOrAutoKeyword&, ExceptionState&);
+ void setLine(const DoubleOrAutoKeyword&);
void position(DoubleOrAutoKeyword&) const;
void setPosition(const DoubleOrAutoKeyword&, ExceptionState&);
« no previous file with comments | « no previous file | Source/core/html/track/vtt/VTTCue.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698