Bug 15083

Summary: Some symbols in WebKit do not need to be exported
Product: WebKit Reporter: Rob Buis <rwlbuis>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P3    
Version: 523.x (Safari 3)   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
Symbol export fixes darin: review+

Description Rob Buis 2007-08-26 12:29:47 PDT
There are some occasions of helper functions in cpp files that do not need to be exposed/exported.
Comment 1 Rob Buis 2007-08-26 12:33:56 PDT
Created attachment 16126 [details]
Symbol export fixes

Do not export these symbols to get some smaller object file sizes.
Cheers,

Rob.
Comment 2 Darin Adler 2007-08-31 18:25:16 PDT
Comment on attachment 16126 [details]
Symbol export fixes

All good changes. r=me
Comment 3 Rob Buis 2007-09-01 00:50:14 PDT
Landed in r25340.