DescriptionRemove the user-defined empty WTF::String destructor
Remove the user-defined empty WTF::String destructor:
- It prevents from generating implicitly-declared move/copy
constructors (when C++11 features are enabled).
- Its removal decreases content_shell binary size by 8096 bytes
(linux release build) and slightly simplifies the WTF::String
class declaration.
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=179209
Patch Set 1 #Patch Set 2 : Rebased #Messages
Total messages: 12 (0 generated)
|