Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(11)

Side by Side Diff: Source/autotools/symbols.filter

Issue 11471034: Merge 136878 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1312/
Patch Set: Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « Source/WebKit2/ChangeLog ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 global: 2 global:
3 _ZN3WTF10fastCalloc*; 3 _ZN3WTF10fastCalloc*;
4 _ZN3WTF10fastMalloc*; 4 _ZN3WTF10fastMalloc*;
5 _ZN3WTF10fastStrDupEPKc; 5 _ZN3WTF10fastStrDupEPKc;
6 _ZN3WTF11fastReallocEPvm; 6 _ZN3WTF11fastReallocEPvm;
7 _ZN3WTF14fastMallocSizeEPKv; 7 _ZN3WTF14fastMallocSizeEPKv;
8 _ZN3WTF16fastZeroedMallocEm; 8 _ZN3WTF16fastZeroedMallocEm;
9 _ZN3WTF20fastMallocStatisticsEv; 9 _ZN3WTF20fastMallocStatisticsEv;
10 _ZN3WTF8fastFreeEPv; 10 _ZN3WTF8fastFreeEPv;
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 _ZNK7WebCore14InsertionPoint8isActiveEv; 199 _ZNK7WebCore14InsertionPoint8isActiveEv;
200 _ZN7WebCore26ContextDestructionObserverD2Ev; 200 _ZN7WebCore26ContextDestructionObserverD2Ev;
201 _ZN7WebCore26ContextDestructionObserverC2EPNS_22ScriptExecutionContextE; 201 _ZN7WebCore26ContextDestructionObserverC2EPNS_22ScriptExecutionContextE;
202 _ZN7WebCore26ContextDestructionObserver16contextDestroyedEv; 202 _ZN7WebCore26ContextDestructionObserver16contextDestroyedEv;
203 _ZN7WebCore12PrintContext13numberOfPagesEPNS_5FrameERKNS_9FloatSizeE; 203 _ZN7WebCore12PrintContext13numberOfPagesEPNS_5FrameERKNS_9FloatSizeE;
204 _ZN7WebCore12PrintContext12pagePropertyEPNS_5FrameEPKci; 204 _ZN7WebCore12PrintContext12pagePropertyEPNS_5FrameEPKci;
205 _ZN7WebCore12PrintContext26pageSizeAndMarginsInPixelsEPNS_5FrameEiiiiiii; 205 _ZN7WebCore12PrintContext26pageSizeAndMarginsInPixelsEPNS_5FrameEiiiiiii;
206 _ZNK7WebCore9DOMWindow8documentEv; 206 _ZNK7WebCore9DOMWindow8documentEv;
207 _ZTVN7WebCore28InspectorFrontendClientLocal8SettingsE; 207 _ZTVN7WebCore28InspectorFrontendClientLocal8SettingsE;
208 _ZNK7WebCore5Frame15layerTreeAsTextEj; 208 _ZNK7WebCore5Frame15layerTreeAsTextEj;
209 _ZN7WebCore16CSSParserContextC1EPNS_8DocumentERKNS_4KURLERKN3WTF6StringE;
210 _ZN7WebCore18StyleSheetContents11parseStringERKN3WTF6StringE;
211 _ZN7WebCore18StyleSheetContentsC1EPNS_15StyleRuleImportERKN3WTF6StringERKNS_16CS SParserContextE;
212 _ZN7WebCore18StyleSheetContentsD1Ev;
213 _ZN7WebCore28DocumentStyleSheetCollection12addUserSheetEN3WTF10PassRefPtrINS_18S tyleSheetContentsEEE;
214 _ZN7WebCore28DocumentStyleSheetCollection14addAuthorSheetEN3WTF10PassRefPtrINS_1 8StyleSheetContentsEEE;
215 _ZN7WebCore4KURL10invalidateEv;
209 216
210 local: 217 local:
211 _Z*; 218 _Z*;
212 cti*; 219 cti*;
213 }; 220 };
OLDNEW
« no previous file with comments | « Source/WebKit2/ChangeLog ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698