Index: chrome_frame/task_marshaller.cc |
diff --git a/chrome_frame/task_marshaller.cc b/chrome_frame/task_marshaller.cc |
index 4b257a6bba4a3c0a71503750fe18dab0093bf415..03f673d665e34abbbe6e8106e37a915983ebf8c6 100644 |
--- a/chrome_frame/task_marshaller.cc |
+++ b/chrome_frame/task_marshaller.cc |
@@ -17,7 +17,6 @@ TaskMarshallerThroughMessageQueue::~TaskMarshallerThroughMessageQueue() { |
void TaskMarshallerThroughMessageQueue::PostTask( |
const tracked_objects::Location& from_here, Task* task) { |
DCHECK(wnd_ != NULL); |
- task->SetBirthPlace(from_here); |
lock_.Acquire(); |
bool has_work = !pending_tasks_.empty(); |
pending_tasks_.push(task); |