| commit | 206fee6c2a7ddb33c400a56adda7f53bf62157c2 | [log] [tgz] |
|---|---|---|
| author | haraken <haraken@chromium.org> | Fri Dec 16 12:16:20 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Fri Dec 16 12:18:26 2016 |
| tree | 20591a6fa6a3fc112d9f17e059b27de46a9dc283 | |
| parent | 29942ba33818a9db2fc90a441b80d56cbdbc1f1f [diff] |
Remove ActiveScriptWrappableBase::m_scriptWrappable Thanks to Sigbjorn's CL (https://codereview.chromium.org/2577053002/), we can now obtain a pointer to ScriptWrappable from ActiveScriptWrappable. This CL removes ActiveScriptWrappableBase::m_scriptWrappable and reduces sizeof(void*) from each ActiveScriptWrappable object. BUG= Review-Url: https://codereview.chromium.org/2578193004 Cr-Commit-Position: refs/heads/master@{#439091}