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

Unified Diff: third_party/WebKit/Source/core/css/MediaValuesDynamic.h

Issue 1913833002: Current work-in-progress crbug.com/567021 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More assert fixes Created 4 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
Index: third_party/WebKit/Source/core/css/MediaValuesDynamic.h
diff --git a/third_party/WebKit/Source/core/css/MediaValuesDynamic.h b/third_party/WebKit/Source/core/css/MediaValuesDynamic.h
index 476a46f47fcf58be8d6b0f3f5c81ddb467d6e06d..11de9e6f085214b7797faf5f63913cfd89677b4e 100644
--- a/third_party/WebKit/Source/core/css/MediaValuesDynamic.h
+++ b/third_party/WebKit/Source/core/css/MediaValuesDynamic.h
@@ -11,7 +11,7 @@ namespace blink {
class Document;
-class MediaValuesDynamic final : public MediaValues {
+class MediaValuesDynamic : public MediaValues {
public:
static MediaValues* create(Document&);
static MediaValues* create(LocalFrame*);

Powered by Google App Engine
This is Rietveld 408576698