Changeset 161788 in webkit for trunk/Source/JavaScriptCore
- Timestamp:
- Jan 11, 2014, 6:49:22 PM (12 years ago)
- Location:
- trunk/Source/JavaScriptCore
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r161787 r161788 1 2014-01-11 Anders Carlsson <[email protected]> 2 3 Try to fix the build by introducing a constructor. 4 5 * inspector/InspectorAgentRegistry.cpp: 6 (Inspector::InspectorAgentRegistry::InspectorAgentRegistry): 7 * inspector/InspectorAgentRegistry.h: 8 1 9 2014-01-11 Anders Carlsson <[email protected]> 2 10 -
trunk/Source/JavaScriptCore/inspector/InspectorAgentRegistry.cpp
r161784 r161788 32 32 namespace Inspector { 33 33 34 InspectorAgentRegistry::InspectorAgentRegistry() 35 { 36 } 37 34 38 void InspectorAgentRegistry::append(std::unique_ptr<InspectorAgentBase> agent) 35 39 { -
trunk/Source/JavaScriptCore/inspector/InspectorAgentRegistry.h
r161787 r161788 38 38 class JS_EXPORT_PRIVATE InspectorAgentRegistry { 39 39 public: 40 InspectorAgentRegistry(); 41 40 42 void append(std::unique_ptr<InspectorAgentBase>); 41 43
Note:
See TracChangeset
for help on using the changeset viewer.