DescriptionGet CJS_RuntimeFactory out of the CJS_GlobalData management business.
First part of getting rid of CJS_RuntimeFactory. The factory design
pattern isn't appropriate here since we only ever make one kind of
object.
CJS_GlobalData is now perfectly capable of managing itself through
internal ref counts. I'm philosophically opposed to keeping ref-counts
outside the object (do you hear me std::shared_ptr, you're bad!)
R=thestig@chromium.org
Committed: https://pdfium.googlesource.com/pdfium/+/9a817f092e6800e9338b41acf4ea0416b6ad4467
Patch Set 1 #
Total comments: 3
Patch Set 2 : Remove now unused members. #Patch Set 3 : Use pre-increment operator. #
Messages
Total messages: 5 (1 generated)
|