Changeset 161792 in webkit for trunk/Source/JavaScriptCore
- Timestamp:
- Jan 11, 2014, 7:00:51 PM (11 years ago)
- Location:
- trunk/Source/JavaScriptCore
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r161791 r161792 1 2014-01-11 Anders Carlsson <[email protected]> 2 3 Try to prevent the Vector copy constructor from being instantiated. 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
r161791 r161792 38 38 } 39 39 40 InspectorAgentRegistry::InspectorAgentRegistry(const InspectorAgentRegistry&) 41 { 42 } 43 40 44 InspectorAgentRegistry::~InspectorAgentRegistry() 41 45 { -
trunk/Source/JavaScriptCore/inspector/InspectorAgentRegistry.h
r161791 r161792 41 41 ~InspectorAgentRegistry(); 42 42 43 InspectorAgentRegistry(const InspectorAgentRegistry&); 44 43 45 void append(std::unique_ptr<InspectorAgentBase>); 44 46
Note:
See TracChangeset
for help on using the changeset viewer.