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

Unified Diff: Source/core/html/track/TextTrackCue.h

Issue 99083002: WIP: Migrate generated bindings to new ExceptionState constructor. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Feedback. Created 7 years 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/html/track/TextTrackCue.h
diff --git a/Source/core/html/track/TextTrackCue.h b/Source/core/html/track/TextTrackCue.h
index 7feb45d9a8cf98213c40ae826f4245fcb4771bfd..3aef7fe90b7ca8440bbd7ceaf41486be8cf0919b 100644
--- a/Source/core/html/track/TextTrackCue.h
+++ b/Source/core/html/track/TextTrackCue.h
@@ -61,7 +61,7 @@ protected:
class TextTrackCue : public RefCounted<TextTrackCue>, public EventTargetWithInlineData {
REFCOUNTED_EVENT_TARGET(TextTrackCue);
public:
- static bool isInfiniteOrNonNumber(double value, const char* method, ExceptionState&);
+ static bool isInfiniteOrNonNumber(double value, ExceptionState&);
static const AtomicString& cueShadowPseudoId()
{

Powered by Google App Engine
This is Rietveld 408576698