Skip to content
Snippets Groups Projects
Commit b0eea667 authored by David Zbarsky's avatar David Zbarsky
Browse files

Bug 756227: Fix TreeContext warnings. r=nnethercote.

--HG--
extra : rebase_source : c6ab31cfd64ebecb4a8bd4069d03fc2f41d3203b
parent 476c89a8
No related branches found
No related tags found
No related merge requests found
......@@ -61,8 +61,8 @@ struct StmtInfo;
class ContextFlags {
// This class's data is all private and so only visible to these friends.
friend class SharedContext;
friend class FunctionBox;
friend struct SharedContext;
friend struct FunctionBox;
// This function/global/eval code body contained a Use Strict Directive.
// Treat certain strict warnings as errors, and forbid the use of 'with'.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment