Closed Bug 1685939 Opened 3 years ago Closed 3 years ago

Fix AUTO_PROFILER_STATS(ChromeUtils::AddProfilerMarker)

Categories

(Core :: Gecko Profiler, defect, P3)

defect

Tracking

()

RESOLVED FIXED
86 Branch
Tracking Status
firefox86 --- fixed

People

(Reporter: mozbugz, Assigned: mozbugz)

Details

Attachments

(1 file)

In ChromeUtils.cpp:

    AUTO_PROFILER_STATS(ChromeUtils::AddProfilerMarker);

AUTO_PROFILER_STATS uses the parameter as variable name, it must be a valid C++ identifier. "::" is therefore not allowed.

Name must be a valid C++ variable identifier, "::" is not allowed.

Depends on D100860

Pushed by gsquelart@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2a05b6f2ff14
Fix AUTO_PROFILER_STATS identifier in ChromeUtils.cpp - r=canaltinova
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → 86 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: