Bug 15083 - Some symbols in WebKit do not need to be exported
Summary: Some symbols in WebKit do not need to be exported
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.4
: P3 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-26 12:29 PDT by Rob Buis
Modified: 2007-09-01 00:50 PDT (History)
0 users

See Also:


Attachments
Symbol export fixes (6.48 KB, patch)
2007-08-26 12:33 PDT, Rob Buis
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.