 Chromium Code Reviews
 Chromium Code Reviews Issue 
            1872373002:
    Move MessageLocations constructor out of header  (Closed)
    
  
    Issue 
            1872373002:
    Move MessageLocations constructor out of header  (Closed) 
  | DescriptionMove MessageLocations constructor out of header
This is a bit unfortunate, but otherwise we would have to include
objects.h before message.h, since for the initialization of a Handle<T>,
the compiler checks that Object* can be assigned to T*. So it would
need to know about the inheritance for initializing Handle<Script> and
Handle<JSFunction>.
R=mstarzinger@chromium.org, titzer@chromium.org
BUG=
Committed: https://crrev.com/e2ec04d2ab020d5f70f7ca5861ca50f6b86a8a80
Cr-Commit-Position: refs/heads/master@{#35626}
   Patch Set 1 #
      Total comments: 2
      
     Patch Set 2 : Completely new patch, now moving constructor out of the header #Patch Set 3 : update depends-on #Patch Set 4 : move other constructor as well #Patch Set 5 : remove default argument, which still causes the same problems #Patch Set 6 : rebase #Messages
    Total messages: 16 (7 generated)
     |