* public/v3/pages/analysis-task-page.js:
(AnalysisTaskPage.cssTemplate):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@214647
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
2017-03-30 Ryosuke Niwa <rniwa@webkit.org>
+ Yet another build fix after r214502. Workaround webkit.org/b/169907 for now.
+
+ * public/v3/pages/analysis-task-page.js:
+ (AnalysisTaskPage.cssTemplate):
+
+2017-03-30 Ryosuke Niwa <rniwa@webkit.org>
+
Revert an erronously change in the previous commit.
* public/v3/components/base.js:
}
#platform-metric-names:empty {
- display: none;
+ visibility: hidden;
+ height: 0;
+ width: 0;
+ /* FIXME: Use display: none instead once r214290 is shipped everywhere */
}
.error-message:empty {
- display: none;
+ visibility: hidden;
+ height: 0;
+ width: 0;
+ /* FIXME: Use display: none instead once r214290 is shipped everywhere */
}
.error-message:not(:empty) {