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

Unified Diff: third_party/WebKit/Source/build/scripts/templates/RuntimeEnabledFeatures.h.tmpl

Issue 2194973002: Fix linker warning in broadcast_channel.mojom-blink.obj. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tighten deps Created 4 years, 5 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 | « content/renderer/webpublicsuffixlist_impl.cc ('k') | third_party/WebKit/Source/platform/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/build/scripts/templates/RuntimeEnabledFeatures.h.tmpl
diff --git a/third_party/WebKit/Source/build/scripts/templates/RuntimeEnabledFeatures.h.tmpl b/third_party/WebKit/Source/build/scripts/templates/RuntimeEnabledFeatures.h.tmpl
index d531966917b1c4c856446a25cadb6c71d76d4766..6c7098043b41e414a2a930ff4b63c3723c5c57c6 100644
--- a/third_party/WebKit/Source/build/scripts/templates/RuntimeEnabledFeatures.h.tmpl
+++ b/third_party/WebKit/Source/build/scripts/templates/RuntimeEnabledFeatures.h.tmpl
@@ -6,7 +6,7 @@
#include <string>
-#include "platform/PlatformExport.h"
+#include "platform/RuntimeEnabledFeaturesExport.h"
#include "wtf/Allocator.h"
#include "wtf/Forward.h"
#include "wtf/build_config.h"
@@ -15,10 +15,10 @@ namespace blink {
// A class that stores static enablers for all experimental features.
-class PLATFORM_EXPORT RuntimeEnabledFeatures {
+class RUNTIME_ENABLED_FEATURES_EXPORT RuntimeEnabledFeatures {
STATIC_ONLY(RuntimeEnabledFeatures);
public:
- class PLATFORM_EXPORT Backup {
+ class RUNTIME_ENABLED_FEATURES_EXPORT Backup {
public:
explicit Backup();
void restore();
« no previous file with comments | « content/renderer/webpublicsuffixlist_impl.cc ('k') | third_party/WebKit/Source/platform/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698