summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/html/parser/parser_synchronization_policy.h
blob: e57d7071bc6c8868efcf43b37ac9657088c1c8d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef THIRD_PARTY_BLINK_RENDERER_CORE_HTML_PARSER_PARSER_SYNCHRONIZATION_POLICY_H_
#define THIRD_PARTY_BLINK_RENDERER_CORE_HTML_PARSER_PARSER_SYNCHRONIZATION_POLICY_H_

namespace blink {

enum ParserSynchronizationPolicy {
  kAllowAsynchronousParsing,
  kForceSynchronousParsing,
};
}

#endif  // THIRD_PARTY_BLINK_RENDERER_CORE_HTML_PARSER_PARSER_SYNCHRONIZATION_POLICY_H_