| Index: sky/engine/core/dom/Node.cpp
|
| diff --git a/sky/engine/core/dom/Node.cpp b/sky/engine/core/dom/Node.cpp
|
| index 60f5fe971ed64e0b8cb02cc43b90f172d971d148..473ae8e5a2e5db4a5248e9b32c98dbed50786cab 100644
|
| --- a/sky/engine/core/dom/Node.cpp
|
| +++ b/sky/engine/core/dom/Node.cpp
|
| @@ -533,7 +533,7 @@ void Node::markAncestorsWithChildNeedsDistributionRecalc()
|
|
|
| namespace {
|
|
|
| -class JSONTraceValue : public base::debug::ConvertableToTraceFormat {
|
| +class JSONTraceValue : public base::trace_event::ConvertableToTraceFormat {
|
| public:
|
| explicit JSONTraceValue(RefPtr<JSONValue> value)
|
| : m_value(value.release()) { }
|
|
|