Make object.h usable without object-inl.h header.
authormstarzinger <mstarzinger@chromium.org>
Thu, 13 Aug 2015 11:49:01 +0000 (04:49 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 13 Aug 2015 11:49:09 +0000 (11:49 +0000)
commit40c11d060c13885263338645990c22aab23f197d
tree578b128e70f7cda3e5f789bdba260fb7e419fc7f
parent9b56924df20a2931e1d1fc7ee863fb266f527de0
Make object.h usable without object-inl.h header.

This CL us a pure refactoring that makes an empty compilation unit
including just "object.h" but not "object-inl.h" compile without
warnings or errors. This is needed to further reduce the header
dependency tangle.

R=bmeurer@chromium.org

Review URL: https://codereview.chromium.org/1286403002

Cr-Commit-Position: refs/heads/master@{#30152}
src/objects-inl.h
src/objects.h