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

Unified Diff: Source/core/inspector/InspectorOverlayHost.h

Issue 1212123003: Componentization: make symbols visible. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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: Source/core/inspector/InspectorOverlayHost.h
diff --git a/Source/core/inspector/InspectorOverlayHost.h b/Source/core/inspector/InspectorOverlayHost.h
index c0a97f73a09ea81dddeb532a2a4dde8c952a7525..61c6009c8c9a45efe25abe847c85d5f13eea2381 100644
--- a/Source/core/inspector/InspectorOverlayHost.h
+++ b/Source/core/inspector/InspectorOverlayHost.h
@@ -60,7 +60,7 @@ public:
};
void setDebuggerListener(DebuggerListener* listener) { m_debuggerListener = listener; }
- class LayoutEditorListener : public WillBeGarbageCollectedMixin {
+ class CORE_EXPORT LayoutEditorListener : public WillBeGarbageCollectedMixin {
public:
virtual ~LayoutEditorListener() { }
virtual void overlayStartedPropertyChange(const String&) = 0;

Powered by Google App Engine
This is Rietveld 408576698